-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
84 lines (84 loc) · 2.07 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_args": [
[
"/Users/matteo/Documents/projects/git/plurimedia-new"
]
],
"_development": true,
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-NT5Gt/paOwuY0/YSh+HW/3ncRWA=",
"_location": "/grunt-html-builder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "grunt-html-builder",
"escapedName": "grunt-html-builder",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-html-builder/-/grunt-html-builder-0.6.1.tgz",
"_spec": "0.6.1",
"_where": "/Users/matteo/Documents/projects/git/plurimedia-new",
"author": {
"name": "Andrea Amerigo Aristodemo Gariboldi",
"url": "https://github.com/aaaristo"
},
"bugs": {
"url": "https://github.com/aaaristo/grunt-html-builder/issues"
},
"dependencies": {
"JSONPath": "~0.9.1",
"async": "^2.6.1",
"cheerio": "~0.22.0",
"commander": "~2.15.1",
"lodash": "^4.17.10",
"node-zip": "~1.1.1",
"optimist": "~0.6.1",
"pkginfo": "~0.4.1",
"request": "~2.87.0",
"xmlbuilder": "~10.0.0",
"xmldom": "~0.1.16"
},
"description": "Build HTML sites",
"devDependencies": {
"grunt": "~1.0.3",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.3.0"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/aaaristo/grunt-html-builder",
"keywords": [
"gruntplugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/aaaristo/grunt-html-builder/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-html-builder",
"peerDependencies": {
"grunt": "~1.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/aaaristo/grunt-html-builder.git"
},
"scripts": {
"test": "grunt test --stack"
},
"version": "0.6.7"
}