forked from Divine-Software/ghostly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 708 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ghostly",
"version": "1.1.0",
"description": "Ghostly template/print formatter engine",
"keywords": [ "fop", "xsl", "xslt", "template", "print", "formatter", "html", "css", "pdf", "phantomjs" ],
"homepage": "https://github.com/LeviticusMB/ghostly",
"bugs": "https://github.com/LeviticusMB/ghostly/issues",
"repository": "LeviticusMB/ghostly",
"license": "MIT",
"author": "Martin Blom <martin@blom.org>",
"main": "ghostly.js",
"bin": "ghostly-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines" : { "node" : ">=6" },
"dependencies": {
"commander": "^2.9.0",
"daemon": "^1.1.0",
"phantomjs-prebuilt": "^2.1.7"
}
}