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
51 lines (51 loc) · 1.07 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.07 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
{
"name": "cleverstack-cli",
"version": "0.0.45",
"description": "Command line interface for CleverTech's CleverStack",
"main": "./index.js",
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "git://github.com/clevertech/cleverstack.git"
},
"keywords": [
"framework"
],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/clevertech/cleverstack/issues"
},
"bin": {
"clever": "./bin/clever"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"commander": "~2.1.0",
"mkdirp": "~0.3.5",
"async": "~0.2.9",
"rimraf": "~2.2.5",
"bluebird": "~1.0.2",
"semver": "~2.2.1",
"cli-color": "~0.2.3",
"lodash": "~2.4.1",
"tab": "~0.1.0",
"event-stream": "~3.1.0",
"t-case": "~0.1.0",
"findit": "~1.1.0",
"ncp": "~0.5.0",
"tar": "~0.1.19",
"node-status": "~0.1.3",
"deptree": "~0.1.0",
"shelljs": "^0.2.6",
"follow-redirects": "0.0.3"
},
"devDependencies": {
"mocha": "~1.17.0",
"chai": "~1.9.0"
}
}