-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 896 Bytes
/
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
45
46
{
"name": "lib.cli",
"version": "4.10.5",
"description": "Command Line Tools for Standard Library - stdlib.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"lib",
"serverless",
"api",
"stdlib",
"stdlib.com",
"standard",
"library",
"node",
"ruby",
"python"
],
"author": "Keith Horwood",
"repository": {
"type": "git",
"url": "git://github.com/stdlib/lib.git"
},
"license": "MIT",
"bin": {
"stdlib": "cli/bin.js",
"lib": "cli/bin.js"
},
"dependencies": {
"api-res": "^0.0.8",
"async": "^2.0.1",
"chalk": "^1.1.3",
"cmnd": "~0.3.0",
"functionscript": "^1.2.6",
"inquirer": "~0.11.3",
"lib": "^4.1.2",
"ncp": "^2.0.0",
"stream": "0.0.2",
"tar-stream": "^1.5.2"
}
}