forked from CleverStack/cleverstack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.74 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "cleverstack-cli",
"description": "Command line interface for CleverStack",
"version": "1.0.7",
"main": "./index.js",
"author": {
"name": "CleverStack",
"email": "admin@cleverstack.io",
"web": "http://cleverstack.io"
},
"collaborators": [
"Daniel Durante <daniel.durante@clevertech.biz>",
"Richard Gustin <richard.gustin86@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/clevertech/cleverstack.git"
},
"bugs": {
"url": "https://github.com/clevertech/cleverstack/issues"
},
"keywords": [
"framework",
"cli",
"command line interface",
"angular",
"full stack",
"full stack js",
"full stack javascript",
"full stack framework",
"generator",
"seed"
],
"license": "BSD-2-Clause",
"dependencies": {
"async": "~0.9.0",
"bluebird": "~1.2.4",
"charm": "^0.2.0",
"cli-color": "~0.3.2",
"commander": "~2.2.0",
"debug": "^0.8.1",
"deptree": "~0.1.0",
"event-stream": "~3.1.0",
"findit": "~1.2.0",
"follow-redirects": "0.0.3",
"i": "^0.3.2",
"lodash": "~2.4.1",
"mkdirp": "~0.5.0",
"ncp": "~0.5.0",
"node-status": "~0.1.3",
"rimraf": "~2.2.5",
"semver": "~2.3.0",
"shelljs": "^0.3.0",
"t-case": "~0.1.0",
"tab": "~0.1.0",
"tar": "~0.1.19"
},
"devDependencies": {
"mocha": "~1.20.0",
"chai": "~1.9.0"
},
"scripts": {
"test": "make tests"
},
"bin": {
"clever": "./bin/clever"
},
"engines": {
"node": ">=0.10.0"
}
}