-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 880 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 880 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
30
31
32
33
34
35
36
37
{
"name": "grunt-htmlmagick",
"version": "1.0.0",
"description": "mangle for html.",
"main": "index.coffee",
"scripts": {
"test": "grunt --gruntfile ./test/gruntfile.coffee"
},
"author": "AtuyL",
"license": "BSD-2-Clause",
"dependencies": {
"async": "^0.2.10",
"jsdom": "^0.8.11",
"jquery": "^2.1.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jade": "^0.11.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-clean": "^0.5.0",
"async": "^0.2.10",
"jsdom": "^0.8.11",
"my-ip": "^1.1.1",
"colors": "^0.6.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/AtuyL/grunt-htmlmagick.git"
},
"bugs": {
"url": "https://github.com/AtuyL/grunt-htmlmagick/issues"
},
"homepage": "https://github.com/AtuyL/grunt-htmlmagick"
}