-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "grunt-princess",
"homepage": "http://github.com/rse/grunt-princess",
"description": "Grunt Task for running XML/HTML to PDF renderer PrinceXML",
"version": "1.0.16",
"license": "MIT",
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"keywords": [
"gruntplugin",
"prince", "xml", "pdf"
],
"repository": {
"type": "git",
"url": "git://github.com/rse/grunt-princess.git"
},
"bugs": {
"url": "http://github.com/rse/grunt-princess/issues"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.0.0"
},
"dependencies": {
"prince": ">=1.5.0",
"chalk": "4.1.2"
},
"peerDependencies": {
"grunt": ">=1.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}