-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "FeedHenry-App-Forms-Phase3-App-Generator",
"version": "1.3.8",
"dependencies": {
"async": "^2.0.1",
"backbone": "1.3.3",
"bootstrap": "3.3.7",
"bootstrap-slider": "9.1.3",
"bootstrap-tagsinput": "0.7.1",
"fastclick": "1.0.6",
"fh-js-sdk": "2.18.3",
"jquery": "3.1.0",
"moment": "2.14.1",
"underscore": "1.8.3"
},
"scripts": {
"test": "grunt test",
"install": "./node_modules/grunt-cli/bin/grunt browserify"
},
"devDependencies": {
"browserify": "13.0.0",
"browserify-shim": "3.8.12",
"chai": "~1.9.0",
"cheerio": "^0.20.0",
"express": "~3.4.8",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "~0.4.1",
"grunt-mocha-test": "^0.12.7",
"grunt-newer": "~0.5.4",
"grunt-rev": "~0.1.0",
"grunt-shell": "~0.6.4",
"grunt-wget": "0.1.2",
"grunt-zip": "~0.12.0",
"load-grunt-tasks": "~0.2.0",
"mocha": "2.3.4",
"proxyquire": "^1.7.4",
"sinon": "1.17.0",
"time-grunt": "~0.2.1",
"underscore": "1.7.0",
"wrench": "^1.5.8"
}
}