forked from ziad-saab/decodemtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 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
34
35
{
"name": "foundation-skeleton",
"version": "1.0.0",
"author": "Ziad Saab <ziad.saab@gmail.com>",
"scripts": {
"postinstall": "bower install"
},
"private": true,
"devDependencies": {
"exports-loader": "~0.6.2",
"grunt": "~0.4.2",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "~0.9.1",
"grunt-jekyll": "^0.4.2",
"grunt-modernizr": "^1.0.0",
"grunt-webpack": "~1.0.8",
"jsx-loader": "~0.11.0",
"script-loader": "~0.6.0",
"webpack": "~1.3.3-beta1",
"webpack-dev-server": "~1.4.9"
},
"dependencies": {
"fastclick": "~1.0.3",
"grunt-sass": "^1.0.0",
"jquery": "~1.11.1",
"lodash": "~2.4.1",
"parse": "1.2.19"
}
}