forked from HenrikJoreteg/humanjs-sample-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 899 Bytes
/
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
{
"name": "sample",
"version": "0.0.1",
"author": "Henrik Joreteg <[email protected]>",
"description": "Sample app for http://humanjavascript.com",
"dependencies": {
"andlog": "0.0.4",
"async": "0.2.9",
"backbone": "1.0.0",
"clientconfig": "0.0.4",
"express": "3.3.6",
"getconfig": "0.0.5",
"jade": "0.35.0",
"loading-stats": "0.0.2",
"moonboots": "0.7.0",
"helmet": "0.1.0",
"semi-static": "0.0.5",
"human-model": "1.4.0",
"human-view": "1.2.0",
"templatizer": "0.1.2",
"underscore": "1.5.2",
"favicon-setter": "0.1.1"
},
"devDependencies": {
"precommit-hook": "0.3.7"
},
"jshintConfig": {
"asi": false,
"expr": true,
"loopfunc": true,
"curly": false,
"white": true,
"undef": true,
"browser": true,
"trailing": true,
"indent": 4,
"node": true
},
"main": "server.js"
}