forked from LBiNetherlands/front-end-boilerplate-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 780 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
{
"name": "front-end-boilerplate-setup",
"version": "0.1.0",
"author": "Project description here",
"private": true,
"author": "John Doe <[email protected]>",
"contributors": [{
"name": "John Doe",
"email": "<[email protected]>"
}],
"dependencies": {
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-complexity": "^0.3.0",
"grunt-contrib-cssmin": "^0.12.1",
"grunt-requirejs": "^0.4.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^6.0.0",
"jquery": "^1.11.2",
"load-grunt-tasks": "^3.1.0",
"normalize-scss": "^3.0.1-a",
"requirejs": "^2.1.16"
}
}