-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 827 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 827 Bytes
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": "grunt-source-web",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/jpillora/grunt-source-web"
},
"author": "Jaime Pillora <[email protected]>",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-stylus": "~0.13.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-jade": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-ngmin": "0.0.2",
"grunt-manifest": "~0.4.0",
"load-grunt-tasks": "~0.1.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.2",
"grunt-aws": "~0.2.4",
"grunt-contrib-connect": "~0.5.0",
"highlight.js": "~7.3.0",
"marked": "~0.2.9",
"grunt-contrib-htmlmin": "^0.2.0"
}
}