-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
44 lines (38 loc) · 1.05 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
{
"name": "volo",
"description": "A JavaScript dependency manager and project creation tool that favors GitHub for the package repository.",
"version": "0.3.8",
"homepage": "http://github.com/volojs/volo",
"author": "James Burke <jrburke@gmail.com> (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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/volojs/volo.git"
},
"bin": {
"volo": "./bin/volo"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"q": "0.9.4",
"zip": "1.2.0",
"uglify-js": "1.2.6",
"shell-quote": "0.0.1",
"semver": "4.1.x",
"colors": "0.6.0-1",
"glob": "3.2.1",
"which": "1.0.5"
},
"main": "volo"
}