-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"author": "Anton Podviaznikov <[email protected]>",
"homepage": "http://gitcommunities.com",
"name": "gitcommunities.com",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/communities/gitcommunities.com.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/communities/gitcommunities.com/blob/master/LICENSE"
}
],
"dependencies": {
"express": ">=3.0.0",
"underscore": ">=1.3.3",
"moment": ">=1.7.0",
"jade": ">=0.26.3",
"async": ">=0.0.0",
"coffee-script": ">=1.4.0",
"octonode": ">=0.0.0",
"github": ">=0.1.4",
"nconf": ">=0.6.0",
"markdown": ">=0.4.0",
"passport": ">= 0.1.12",
"passport-github": ">= 0.1.3",
"stylus": ">=0.28.0",
"nib": ">=0.8.0",
"underscore.string": "git+https://github.com/epeli/underscore.string.git#master",
"gh-repo-create": "git+https://github.com/podviaznikov/gh-repo-create.git",
"redis": ">=0.7.2",
"spdy": ">=1.3.4",
"socket.io": ">=0.9.10",
"shelljs": "0.0.8"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}