-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 933 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": "generator-jquery-bootstrap-simple",
"version": "0.0.0",
"description": "Simple jQuery & Bootstrap generator ready to develop/test js/html code.",
"main": "",
"author": "Julian Sadowski",
"license": "ISC",
"devDependencies": {
"bower": "^1.7.2",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compass": "^1.0.4",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.3.0"
},
"dependencies": {
"grunt-browserify": "^5.2.0",
"grunt-react": "^0.12.3",
"handlebars": "^4.0.10",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"react": "^15.6.1",
"reflux": "^6.4.1",
"requirejs": "^2.3.5"
}
}