forked from ender-js/Ender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 840 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
{
"name": "ender"
, "description": "Open Module JavaScript Framework"
, "version": "0.8.11"
, "authors": [
"Jacob Thornton <[email protected]> (https://github.com/fat)"
, "Dustin Diaz <[email protected]> (https://github.com/ded)"
]
, "keywords": ["ender", "modules", "builder", "framework", "packager"]
, "main": "./lib/ender.js"
, "homepage": "https://github.com/ender-js/ender"
, "engines": {
"node": ">= 0.6.0"
}
, "dependencies": {
"npm": ">= 1.1.26"
, "colors": ">= 0.6.0"
, "uglify-js": ">= 1.3.0"
, "async": ">= 0.1.22"
}
, "devDependencies": {
"sink-test": "*"
}
, "directories": {
"lib": "./lib"
, "bin": "./bin"
}
, "bin": {
"ender": "./bin/ender"
}
, "preferGlobal": true
, "scripts": {
"test": "make test"
}
}