Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmast committed Aug 16, 2016
1 parent becfaaa commit 75163ee
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "linkedin-pdf-to-json",
"version": "1.0.0",
"description": "Converts a LinkedIn profile PDF to JSON.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacmast/linkedin-pdf-to-json.git"
},
"keywords": [
"linkedin",
"pdf",
"json",
"profile",
"parse"
],
"author": "Isaac Mast <[email protected]>",
"dependencies": {
"jsonfile": "~2.3.1",
"pdf-text": "~0.4.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/isaacmast/linkedin-pdf-to-json/issues"
},
"homepage": "https://github.com/isaacmast/linkedin-pdf-to-json#readme"
}
"name": "linkedin-pdf-to-json",
"version": "1.1.0",
"description": "Converts a LinkedIn profile PDF to JSON.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacmast/linkedin-pdf-to-json.git"
},
"keywords": [
"linkedin",
"pdf",
"json",
"profile",
"parse"
],
"author": "Isaac Mast <[email protected]>",
"dependencies": {
"jsonfile": "~2.3.1",
"pdf-text": "~0.4.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/isaacmast/linkedin-pdf-to-json/issues"
},
"homepage": "https://github.com/isaacmast/linkedin-pdf-to-json#readme"
}

0 comments on commit 75163ee

Please sign in to comment.