-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 967 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
36
37
{
"name": "stardog-blog",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"axis": "^0.3.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-aws": "^0.6.2",
"grunt-aws-s3": "^0.10.4",
"grunt-cache-bust": "1.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-dom-munger": "^3.4.0",
"grunt-filerev": "^2.1.2",
"grunt-highlight": "0.0.1",
"grunt-shell": "^1.1.1",
"jeet": "^6.1.2",
"load-grunt-tasks": "^3.1.0",
"rupture": "^0.6.1",
"time-grunt": "^1.0.0"
},
"dependencies": {
"matchdep": "^1.0.1"
}
}