-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (41 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "vb-site",
"description": "The VolumetricBans website",
"version": "0.0.1",
"author": "Ian Macalinao <[email protected]> (http://simplyian.com/)",
"keywords": ["website", "minecraft", "spout"],
"homepage": "http://volumetricpixels.net",
"license": "AGPL",
"repository": {
"type": "git",
"url": "http://github.com/VolumetricPixels/vb-site.git"
},
"bugs": {
"url": "https://github.com/VolumetricPixels/vb-site/issues"
},
"main": "bootstrap",
"scripts": {
"test": "cake test"
},
"dependencies": {
"async": "0.2.9",
"bcrypt": "0.7.5",
"coffee-script": "1.6.2",
"connect-assets": "2.4.3",
"express": "3.2.5",
"gravatar": "1.0.6",
"jade": "0.31.1",
"less": "1.3.3",
"mongoose": "3.6.11",
"nodetime": "0.8.12",
"sendgrid": "0.2.7",
"stylus": "0.32.1"
},
"devDependencies": {
"mocha": "1.10.0",
"should": "1.2.2"
},
"engines": {
"node": ">=0.10.0"
}
}