forked from ONode/node-cpdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 839 Bytes
/
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
{
"name": "cpdf-n",
"version": "0.1.1",
"description": "cpdf wrapper for node. Simply the full list of interface from the binaries",
"author": "Nathan G <[email protected]> | jjhesk",
"main": "index.js",
"scripts": {
"pretest": "jshint index.js && jscs index.js",
"test": "mocha test",
"compile": "babel src --out-dir lib"
},
"keywords": [
"cpdf",
"pdf",
"node",
"wrapper",
"pdf"
],
"dependencies": {
"debug": "^2.2.0",
"q": "^1.4.1",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-preset-es2015": "^6.13.2",
"chai": "^3.5.0",
"describe": "^1.2.0",
"jscs": "^2.10.1",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ONode/node-cpdf"
},
"license": "MIT"
}