-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
51 lines (51 loc) · 1000 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
47
48
49
50
51
{
"name": "lib.cli",
"version": "5.7.1",
"description": "Command Line tools for Autocode - autocode.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"lib",
"serverless",
"api",
"autocode",
"autocode.com",
"stdlib",
"stdlib.com",
"standard",
"library",
"node",
"ruby",
"python"
],
"author": "Keith Horwood",
"repository": {
"type": "git",
"url": "git://github.com/acode/cli.git"
},
"license": "MIT",
"bin": {
"stdlib": "cli/bin.js",
"lib": "cli/bin.js"
},
"dependencies": {
"api-res": "^0.0.8",
"async": "^2.6.4",
"chalk": "^1.1.3",
"cmnd": "~0.3.0",
"functionscript": "^2.10.6",
"inquirer": "^7.3.3",
"lib": "^5.1.0",
"minimatch": "^3.0.4",
"ncp": "^2.0.0",
"pusher-js": "^7.0.2",
"stream": "0.0.2",
"tar-stream": "^1.5.2",
"uuid": "^8.3.2"
}
}