-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
{
"name": "amp-gulp-hbs",
"author": "Drew Fyock",
"version": "0.0.1",
"repo": "https://github.com/fyockm/amp-gulp-hbs",
"main": "server.js",
"dependencies": {
"ampersand-dom": "^1.2.1",
"ampersand-form-view": "^2.0.0",
"ampersand-input-view": "^3.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",
"body-parser": "^1.4.3",
"clientconfig": "^1.0.0",
"compression": "^1.0.8",
"cookie-parser": "^1.3.2",
"domify": "^1.3.0",
"domready": "^1.0.5",
"express": "^4.6.1",
"favicon-setter": "^0.1.1",
"getconfig": "^0.3.0",
"handlebars": "^2.0.0",
"helmet": "^0.5.2",
"moonboots-express": "^2.0.0",
"semi-static": "^0.0.5",
"serve-static": "^1.3.2",
"underscore": "^1.6.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^3.0.1",
"gulp-nodemon": "^1.0.4",
"gulp-wrap": "^0.5.0"
},
"jshintConfig": {
"asi": false,
"browser": true,
"curly": false,
"expr": true,
"indent": 4,
"loopfunc": true,
"node": true,
"trailing": true,
"undef": true,
"white": true
}
}