pto-assignments
Version:
Library and CLI tool for parsing USPTO assignment data
29 lines (28 loc) • 760 B
JSON
{
"name": "pto-assignments",
"version": "0.0.2",
"description": "Library and CLI tool for parsing USPTO assignment data",
"keywords" : ["patent", "USPTO", "PTO", "assignments", "assignment"],
"homepage": "https://github.com/patentio/pto-assignments",
"bugs": "https://github.com/patentio/pto-assignments/issues",
"license": "MIT",
"author": {
"name": "George Zalepa",
"email": "george@patent.io"
},
"bin": "./bin/pto-assignments",
"repository" : {
"type":"git",
"url":"https://github.com/patentio/pto-assignments"
},
"devDependencies": {
"should": "^3.3.1",
"mocha": "^1.18.2",
"coffee-script": "^1.7.1"
},
"dependencies": {
"xmldom": "^0.1.19",
"xpath": "0.0.6",
"xmldoc": "^0.1.2"
}
}