forked from bower/bower
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "enyo-bower",
"description": "The browser package manager.",
"version": "0.2.0",
"author": "Twitter",
"licenses": [ { "type": "MIT", "url": "https://github.com/MeatballIndustries/enyo-bower/blob/master/LICENSE" } ],
"main": "lib",
"homepage": "http://twitter.github.com/bower",
"engines": { "node": ">= 0.8.0" },
"dependencies": {
"tmp" : "latest",
"vows" : "latest",
"glob" : "latest",
"nopt" : "latest",
"archy" : "latest",
"async" : "latest",
"colors" : "latest",
"rimraf" : "latest",
"mkdirp" : "latest",
"semver" : "latest",
"request" : "latest",
"fstream" : "latest",
"hogan.js" : "latest",
"lodash" : "latest",
"read-package-json" : "latest"
},
"scripts": {
"test": "mocha -R spec -t 10000"
},
"devDependencies": {
"mocha": "latest",
"nock": "latest"
},
"bin": { "enyo-bower": "bin/bower" },
"preferGlobal": true
}