docparse-check-imacros
Version:
check if a given bill already exists in the docparse database using the docparse server REST api
34 lines (33 loc) • 813 B
JSON
{
"name": "docparse-check-imacros",
"version": "1.1.1",
"description": "check if a given bill already exists in the docparse database using the docparse server REST api",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nisaacson/docparse-check-imacros.git"
},
"keywords": [
"docparse",
"check",
"imacros"
],
"author": "Noah Isaacson",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "a7e2489ea19ed6fcac3f67eb490f66a0a8d569fa",
"dependencies": {
"imacros-read-file": "~1.0.0",
"async": "~0.2.3",
"required-keys": "~1.0.4"
},
"devDependencies": {
"docparse-bills-imacros": "~1.0.8"
}
}