-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 KB
/
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
{
"name": "bna",
"version": "2.0.6",
"description": "Build commoNjs App",
"main": "./lib/bna.js",
"scripts": {
"test": "nodeunit ./test/test_bna.js"
},
"repository": "https://github.com/mhzed/bna",
"author": {
"name": "zed zhou",
"email": "mhzedd@gmail.com"
},
"homepage": "https://github.com/mhzed/bna",
"keywords": [
"require",
"source",
"analyze",
"concat",
"combine",
"single",
"javascript"
],
"license": "MIT",
"dependencies": {
"acorn": "^3.2.0",
"acorn-jsx": "^3.0.1",
"async": "^0.2.5",
"colors": "^1.0.3",
"fstream-npm": "^1.1.0",
"lawg": "^1.0.3",
"optimist": "0.3.5",
"resolve": "^1.1.7",
"semver": "^4.1.0",
"underscore": "^1.8.3",
"wrench": "1.4.4",
"source-map": "^0.5.6"
},
"devDependencies": {
"nodeunit": "0.9.1",
"source-map-support": "https://github.com/mhzed/node-source-map-support"
},
"bin": {
"bna": "./bin/bnacmd.js"
}
}