-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "ga-wdi-boston-js-template",
"version": "0.0.2",
"private": true,
"license": "MIT",
"dependencies": {
"jquery": "^2.2.2",
"jribbble": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bootstrap-sass": "^3.3.6",
"clone": "^1.0.2",
"css-loader": "^0.23.1",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.5",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0",
"grunt-jsonlint": "^1.0.7",
"grunt-nodemon": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-webpack": "^1.0.11",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.2.0",
"html-loader": "^0.4.3",
"load-grunt-config": "^0.19.1",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"time-grunt": "^1.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}