-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 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": "Kontentblocks",
"author": "Kai Jacobsen",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/kai-jacobsen/kontentblocks"
},
"devDependencies": {
"browserify": "^10.2.3",
"grunt": "1.3.0",
"grunt-autoprefixer": "~0.6.4",
"grunt-browser-sync": "^2.1.3",
"grunt-browserify": "^3.8.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-env": "^1.0.1",
"grunt-exec": "^0.4.7",
"grunt-notify": "^0.4.1",
"grunt-sass": "^1.2.1",
"handlebars": "^4.0.11",
"hbsfy": "^2.8.1",
"jshint-log-reporter": "^1.0.8",
"tether": "^1.4.4"
},
"dependencies": {
"time-grunt": "^1.4.0"
}
}