-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
package.json
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
34
35
36
37
38
39
40
{
"name": "badukmovies-downloader",
"private": true,
"version": "0.1.0",
"description": "Downloader script for badukmovies.com",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": ["download", "baduk", "weiqi", "go", "badukmoview"],
"author": "Dmitrii Ivashko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dmitriiivashko/badukmovies-downloader.git"
},
"bugs": {
"url": "https://github.com/dmitriiivashko/badukmovies-downloader/issues"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0"
},
"dependencies": {
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0",
"bluebird": "^3.3.5",
"chalk": "^1.1.3",
"cheerio": "^0.20.0",
"inquirer": "^1.0.2",
"mkdirp": "^0.5.1",
"progress": "^1.1.8",
"request": "^2.72.0",
"request-promise": "^3.0.0"
}
}