-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.2 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
{
"name": "incubator",
"description": "A package-based parallel build system",
"version": "0.0.9",
"author": "Yisui Hu <easeway@gmail.com>",
"keywords": [
"build", "gruntplugin"
],
"scripts": {
"start": "node incubate",
"test": "mocha --reporter spec test/*-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/evo-cloud/incubator"
},
"main": "./index.js",
"bin": {
"incubate": "./incubate.js"
},
"dependencies": {
"js-class": "0.0.1",
"js-yaml": "2.0.5",
"semver": "2.0.8",
"async": "0.2.8",
"underscore": "1.4.4",
"mkdirp": "0.3.5",
"remove": "0.1.5",
"bytes": "0.2.1",
"nomnom": "1.6.1",
"term-dashboard": "0.0.2",
"cli-color": "0.2.2",
"http-get": "0.5.10",
"ftp": "0.3.4"
},
"devDependencies": {
"mocha": "1.10.0",
"sandboxed-module": "0.2.0"
},
"engines": {
"node": ">=0.8",
"npm": "1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/evo-cloud/incubator/raw/master/LICENSE"
}
]
}