forked from bower/bower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 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
47
48
49
50
{
"name": "bower",
"description": "The browser package manager.",
"version": "0.6.6",
"author": "Twitter",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/twitter/bower/blob/master/LICENSE"
}
],
"main": "lib",
"homepage": "http://twitter.github.com/bower",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"tmp": "~0.0.16",
"vows": "~0.6.4",
"glob": "~3.1.14",
"nopt": "~2.0.0",
"archy": "~0.0.2",
"async": "~0.1.22",
"colors": "~0.6.0-1",
"rimraf": "~2.0.2",
"mkdirp": "~0.3.4",
"semver": "~1.1.0",
"request": "~2.11.4",
"fstream": "~0.1.19",
"hogan.js": "~2.0.0",
"lodash": "~0.9.1",
"read-package-json": "~0.1.8",
"stable": "~0.1.2",
"rc": "~0.0.6",
"unzip": "0.0.4",
"tar": "~0.1.13"
},
"scripts": {
"postinstall": "node cleanup",
"test": "mocha -R spec -t 20000"
},
"devDependencies": {
"mocha": "~1.6.0",
"nock": "~0.13.5"
},
"bin": {
"bower": "bin/bower"
},
"preferGlobal": true
}