-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
39 lines (39 loc) · 960 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
{
"name": "component-builder",
"description": "builder for component",
"version": "1.2.1",
"author": {
"name": "Jonathan Ong",
"email": "[email protected]",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "component/builder2.js",
"dependencies": {
"chanel": "^2.0.0",
"co": "^3.1.0",
"component-flatten": "^1.0.1",
"component-manifest": "^1.0.0",
"component-require2": "^1.0.1",
"cp": "^0.1.1",
"debug": "*",
"generator-supported": "~0.0.1",
"graceful-fs": "^2.0.3",
"mkdirp": "^0.3.5",
"requires": "^1.0.0",
"syntax-error": "^1.1.1"
},
"devDependencies": {
"component-resolver": "^1.2.1",
"rimraf": "^2.2.6",
"mocha": "^1.17.0",
"should": "^3.0.0",
"gnode": "0",
"regenerator": "0.4.6"
},
"scripts": {
"test": "NODE=gnode make test",
"prepublish": "make clean build"
}
}