22 lines
518 B
JSON
22 lines
518 B
JSON
{
|
|
"name": "jibo-parser",
|
|
"version": "0.7.8",
|
|
"description": "JavaScript wrapper for the Jibo Robust Parser",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postinstall": "node install.js"
|
|
},
|
|
"author": "Ramon Prieto",
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"gypfile": true,
|
|
"dependencies": {
|
|
"extract-zip": "^1.2.0",
|
|
"fs-extra": "^0.26.2",
|
|
"home-path": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"mv": "^2.1.1",
|
|
"nugget": "^1.6.0",
|
|
"path-exists": "^2.1.0"
|
|
}
|
|
} |