forked from feedhenry-templates/quickstart-backbone-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 788 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
{
"name": "quickstart-backbone-app",
"private": true,
"version": "0.0.0",
"dependencies": {
"backbone": "^1.3.3",
"bootstrap": "^3.3.6",
"fh-js-sdk": "^2.14.4",
"jquery": "^3.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
"grunt": "^0.4.4",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "~0.5.4",
"grunt-rev": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"install": "./node_modules/grunt-cli/bin/grunt browserify"
},
"license": "mit"
}