forked from Paperspace/paperspace-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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": "paperspace-node",
"version": "0.1.4",
"description": "Paperspace API for node",
"main": "index.js",
"repository": "https://github.com/Paperspace/paperspace-node",
"author": "Paperspace <support@paperspace.com>",
"license": "ISC",
"bin": {
"paperspace": "./bin/paperspace"
},
"scripts": {
"test": "tape ./test/*.test.js | tap-spec",
"lint": "eslint .",
"docs": "jsdoc ./index.js -R README.md -c jsdoc.json",
"prettier": "prettier --single-quote --trailing-comma es5 --use-tabs --write lib/**/*.js"
},
"dependencies": {
"async": "1.5.2",
"chalk": "^1.1.3",
"json-stable-stringify": "1.0.1",
"lodash.assign": "4.0.6",
"lodash.clone": "4.3.2",
"lodash.defaultsdeep": "4.3.4",
"lodash.find": "4.5.0",
"lodash.isequal": "4.3.0",
"lodash.uniq": "4.4.0",
"lodash.uniqwith": "4.4.0",
"moment": "^2.13.0",
"qs": "^6.1.0",
"route-parser": "0.0.5",
"superagent": "1.8.3",
"yargs": "^5.0.0"
},
"devDependencies": {
"docdash": "^0.4.0",
"eslint": "3.19.0",
"jsdoc": "^3.4.0",
"prettier": "^1.3.1",
"repl": "0.1.3",
"tap-spec": "4.1.1",
"tape": "4.6.0"
}
}