-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
86 lines (86 loc) · 2.05 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "node.dc-website",
"version": "0.0.1",
"description": "Node.DC website leveraging many technologies.",
"main": "server.js",
"scripts": {
"test": "echo 'The tests aren’t so easy to run.' && exit 0",
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/grunt default"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeDC/node.dc.git"
},
"author": "Node.DC <@NodeDC>",
"contributors": [
{
"name": "Matthew Chase Whittemore",
"github": "mcwhittemore",
"email": "[email protected]"
},
{
"name": "Alan Lee",
"github": "juxta52",
"email": "[email protected]"
},
{
"name": "Josh Finnie",
"github": "joshfinnie",
"email": "[email protected]"
},
{
"name": "Wesley Cho",
"github": "wesleycho",
"email": "[email protected]"
},
{
"name": "Paul Gray",
"github": "pfgray",
"email": "[email protected]"
},
{
"name": "Will Laurance",
"github": "wlaurance",
"email": "[email protected]"
},
{
"name": "Jon Keam",
"github": "jkeam",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeDC/node.dc/issues"
},
"homepage": "https://github.com/NodeDC/node.dc",
"engines": {
"node": ">=0.10",
"npm": ">=1.3"
},
"dependencies": {
"body-parser": "^1.7.0",
"bower": "^1.3.11",
"connect-assets": "^4.3.0",
"coffeelint": "^1.6.0",
"errorhandler": "^1.1.1",
"express": "^4.8.7",
"express-session": "^1.7.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"jade": "^1.6.0",
"method-override": "^2.2.0",
"morgan": "^1.3.0",
"multer": "^0.1.4",
"request": "^2.40.0",
"serve-favicon": "^2.1.1"
},
"devDependencies": {
"grunt-protractor-runner": "^1.1.4",
"protractor": "^1.1.1"
}
}