-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 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": "jonheller-boilerplate",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/jon-heller/jonheller-boilerplate.git"
},
"author": "Jon Heller",
"license": "ISC",
"bugs": {
"url": "https://github.com/jon-heller/jonheller-boilerplate/issues"
},
"homepage": "https://github.com/jon-heller/jonheller-boilerplate#readme",
"dependencies": {
"grunt": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-imagemin": "*",
"grunt-text-replace": "*",
"grunt-notify": "*",
"grunt-newer": "*",
"jit-grunt": "*",
"time-grunt": "*",
"node-sass": "*",
"grunt-sass": "*",
"grunt-autoprefixer": "^2.0.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-browser-sync": "^1.5.3"
}
}