-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"private": true,
"devDependencies": {
"amd-optimize": "^0.6.1",
"apache-server-configs": "^2.8.0",
"connect-livereload": "^0.4.0",
"ember-cli-materialize": "^0.18.8",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.11",
"grunt-open": "^0.2.3",
"grunt-rev": "^0.1.0",
"grunt-sass": "^1.0.0",
"grunt-usemin": "^2.4.0",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"backbone": "^1.3.3",
"backbone.marionette": "^2.4.5",
"backbone.radio": "^1.0.4",
"backbone.service": "^0.5.2",
"handlebars": "^4.0.5"
}
}