forked from Hacklone/private-bower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.37 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "private-bower",
"version": "1.1.1",
"author": "Hacklone <toakak@gmail.com>",
"description": "A simple private bower registry",
"main": "./bin/private-bower",
"repository": {
"type": "git",
"url": "git://github.com/Hacklone/private-bower.git"
},
"keywords": [
"bower",
"private",
"registry",
"repository",
"repo",
"cache",
"git",
"svn",
"package"
],
"scripts": {
"start": "node ./bin/private-bower"
},
"dependencies": {
"bluebird": "^2.9.14",
"body-parser": "^1.12.0",
"colors": "^0.6.2",
"express": "^4.12.2",
"log4js": "^0.6.14",
"mkdirp": "0.5.x",
"moment": "^2.7.0",
"node-rest-client": "^1.0.0",
"optimist": "^0.5.2",
"path-is-absolute": "^1.0.0",
"URIjs": "^1.5.0"
},
"devDependencies": {
"chai": "^2.2.0",
"gulp": "3.8.11",
"gulp-mocha": "^2.0.0",
"mockery": "1.4.0",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"superagent": "^1.1.0"
},
"bugs": {
"url": "https://github.com/Hacklone/private-bower/issues"
},
"homepage": "http://hacklone.github.io/private-bower",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Hacklone/private-bower/raw/master/LICENSE"
}
],
"analyze": false,
"preferGlobal": "true",
"bin": {
"private-bower": "./bin/private-bower"
}
}