-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 778 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 778 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": "kissanime",
"version": "1.0.0",
"description": "",
"main": "lib/kissanime.js",
"preferGlobal": true,
"bin": {
"kissanime": "./lib/kissanime.js"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"cheerio": "^0.19.0",
"cli-spinner": "^0.2.1",
"cloudscraper": "^1.4.0",
"form-data": "^1.0.0-rc3",
"inquirer": "^0.11.2",
"node-fetch": "^1.3.3",
"open": "^0.0.5"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13"
},
"scripts": {
"build": "babel src/ --out-dir lib/",
"postinstall": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}