forked from Hacklone/private-bower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "private-bower",
"version": "0.6.5",
"author": "Hacklone <toakak@gmail.com>",
"description": "A simple private bower registry",
"main": "./lib/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": {
"body-parser": "1.3.0",
"q": "1.0.x",
"mkdirp": "0.5.x",
"colors": "0.6.x",
"express": "3.x.x",
"optimist": "0.5.x",
"node-rest-client" : "1.0.0",
"log4js": "0.6.14",
"moment": "2.7.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"
}
}