-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "cpen",
"version": "0.4.3",
"description": "Download codepens",
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.2",
"commander": "^2.9.0",
"html-entities": "^1.2.0",
"progress": "^2.0.3",
"scrape": "^0.2.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-react": "^7.12.4",
"mocha": "^6.0.1",
"nock": "^10.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fredrb/codepen-downloader.git"
},
"bugs": {
"url": "https://github.com/fredrb/codepen-downloader/issues"
},
"bin": "./bin/cli.js"
}