forked from diverta/node-ghostscript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 695 Bytes
/
package.json
File metadata and controls
41 lines (40 loc) · 695 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
38
39
40
41
{
"name": "ghostscript",
"version": "0.1.2",
"description": "Ghostscript wrapper",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/musubu/node-ghostscript.git"
},
"keywords": [
"ghostscript",
"pdf",
"image",
"converter"
],
"dependencies": {
},
"devDependencies": {
"mocha": ">=1.7"
},
"author": {
"name": "Musubu Inc.",
"email": "dev@musubu.co.jp"
},
"scripts": {
"test": "make test"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"engine": {
"node": ">=0.8.16"
}
}