-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.15 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "grunt-reverse",
"description": "Deconstruct HTML pages and turn them into layouts, includes, components and data files.",
"version": "0.1.1",
"homepage": "https://github.com/upstage/grunt-reverse",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/upstage/grunt-reverse.git"
},
"bugs": {
"url": "https://github.com/upstage/grunt-reverse/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/upstage/grunt-reverse/blob/master/LICENSE-MIT"
}
],
"main": "tasks/reverse.js",
"dependencies": {
"cheerio": "~0.12.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"js-prettify": "~1.4.0",
"grunt-contrib-jshint": "~0.6.4"
},
"keywords": [
"gruntplugin",
"grunt task",
"assemble",
"bootstrap",
"css",
"less",
"framework",
"library",
"reverse engineer",
"static site generator",
"yeoman static site generator",
"grunt static site generator",
"site generator",
"component generator",
"blog generator",
"templates"
]
}