forked from volojs/volo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (31 loc) · 852 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
{
"name": "volo",
"description": "A JavaScript dependency manager and project creation tool that favors GitHub for the package repository.",
"version": "0.2.3",
"homepage": "http://github.com/volojs/volo",
"author": "James Burke <[email protected]> (http://github.com/jrburke)",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/volojs/volo/blob/master/LICENSE"
},
{
"type": "MIT",
"url": "https://github.com/volojs/volo/blob/master/LICENSE"
}
],
"bin": {
"volo": "./bin/volo"
},
"engines": {
"node": ">=0.6.7"
},
"dependencies": {
"q": "0.8.5",
"zip": "0.0.6",
"uglify-js": "1.2.6",
"shell-quote": "0.0.1",
"semver": "1.0.14"
},
"main": "volo"
}