forked from magicknight/javlibrary-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.54 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
41
42
43
44
{
"name": "javlibrary-api",
"version": "1.0.9",
"description": "A Javlibrary.com API client library wrapper with a simple and clean interface.",
"main": "dist/index.js",
"scripts": {
"lint": "node node_modules/.bin/eslint .",
"test": "nyc mocha -t 10000 --compilers js:babel-core/register ./spec/**/*.spec.js",
"sample": "cross-env NODE_ENV=development AUTORUN=1 DEBUG_COLORS=true DEBUG=dev:*,-not_this node -r babel-register",
"session": "python2.7 session.py",
"build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./package-lock.json,./yarn.lock,./npm-debug.log --copy-files",
"docs": "jsdoc2md -t README.hbs lib/*.js > README.md; echo"
},
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"https-proxy-agent": "^2.1.1",
"request-promise": "^4.2.2",
"scrape-it": "^5.0.5",
"tinyreq": "^3.3.0"
},
"devDependencies": {
"ajv": "^6.5.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"cross-env": "^5.1.1",
"debug": "^3.1.0",
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2"
}
}