-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 986 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
41
{
"name": "coinscollector",
"author": "William Courtney",
"version": "0.0.0",
"main": "server.js",
"dependencies": {
"ampersand-dom": "^1.2.1",
"ampersand-form-view": "^2.0.0",
"ampersand-input-view": "^2.0.0",
"ampersand-model": "^4.0.0",
"ampersand-rest-collection": "^2.0.0",
"ampersand-router": "^1.0.1",
"ampersand-view": "^7.0.1",
"ampersand-view-switcher": "^1.0.2",
"andlog": "^1.0.0",
"async": "^0.9.0",
"clientconfig": "^1.0.0",
"domify": "^1.3.0",
"domready": "^1.0.5",
"favicon-setter": "^0.1.1",
"getconfig": "^1.0.0",
"hapi": "^6.0.2",
"moonboots_hapi": "^2.4.0",
"stylizer": "^1.0.0",
"templatizer": "^1.0.0",
"underscore": "^1.6.0"
},
"devDependencies": {},
"jshintConfig": {
"asi": false,
"browser": true,
"curly": false,
"expr": true,
"indent": 4,
"loopfunc": true,
"node": true,
"trailing": true,
"undef": true,
"white": true
}
}