-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
58 lines (57 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "p2jsvc",
"_id": "[email protected]",
"version": "0.1.2",
"description": "A RESTful web service adaptor for pdf2json, built with restify and nodejs.",
"keywords": [
"pdf",
"pdf parser",
"convert pdf to json",
"server side PDF parser",
"PDF binary to text in web service",
"RESTful service for pdf2json"
],
"author": {
"name": "Modesty Zhang",
"email": "[email protected]",
"url": "http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372"
},
"homepage": "https://github.com/modesty/p2jsvc",
"repository": {
"type": "git",
"url": "git://github.com/modesty/p2jsvc.git"
},
"main": "./index.js",
"scripts": {
"preinstall": "sudo npm i -g restify"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"pdf2json" : ">=0.2.0",
"underscore": ">=1.4.2"
},
"devDependencies": {},
"maintainers": [
{
"name": "Modesty Zhang",
"email": "[email protected]",
"url": "http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372"
}
],
"contributors": [
],
"bugs": {
"email": "[email protected]",
"url": "http://github.com/modesty/p2jsvc/issues"
},
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"readme": "https://github.com/modesty/p2jsvc/blob/master/readme.md",
"_from": "p2jsvc"
}