-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 930 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": "resume-pdf-to-json",
"version": "0.1.4",
"description": "Parses a LinkedIn PDF and returns a JSON Object and/or outputs a JSON file.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expdesignio/resume-pdf-to-json.git"
},
"keywords": [
"linkedin",
"resume",
"pdf",
"json",
"static",
"templating"
],
"author": "Devon Hirth <[email protected]> (//expdesign.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/expdesignio/resume-pdf-to-json/issues"
},
"homepage": "https://github.com/expdesignio/resume-pdf-to-json#readme",
"dependencies": {
"extend": "^3.0.0",
"jsonfile": "^2.2.3",
"pdf-text": "^0.4.0",
"promise": "^7.1.1"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"mocha": "^2.3.4"
}
}