-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 858 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
{
"name": "jekyll-grunt-kickass",
"version": "0.0.1",
"description": "a template for jekyll sites developed with the help of grunt & bower",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jekyll",
"grunt",
"bower"
],
"author": "Snr Brnjna <snr@brnjna.net>",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-usemin": "~2.1.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-jekyll": "git://github.com/snrbrnjna/grunt-jekyll.git#0f56474693a479b753e557ad8ee3d5e80a49c871",
"time-grunt": "~0.3.1",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-rsync": "~0.5.0",
"lodash": "~2.4.1"
}
}