-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 740 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
{
"name": "pdfpy",
"version": "2.0.20",
"description": "Package to convert html to pdf",
"main": "pdfpy.js",
"scripts": {
"test": "mocha",
"build": "sh startup.sh",
"postinstall": "postinstall-build \"npm run build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/keerthi16/pdfpy.git"
},
"keywords": [
"pdf",
"html",
"python"
],
"author": "Keerthi Niranjan",
"license": "MIT",
"bugs": {
"url": "https://github.com/keerthi16/pdfpy/issues"
},
"homepage": "https://github.com/keerthi16/pdfpy#readme",
"dependencies": {
"postinstall-build": "^2.1.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"should": "^11.2.0"
}
}