24 lines
596 B
JSON
24 lines
596 B
JSON
{
|
|
"name": "parser-download",
|
|
"version": "2.2.0",
|
|
"description": "Tool for downloading platform specific versions of jibo-parser",
|
|
"bin": "./bin/parser-download.js",
|
|
"main": "./lib/parser-download.js",
|
|
"typings": "lib/dts/index.d.ts",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"extract-zip": "^1.5.0",
|
|
"fs-extra": "^0.30.0",
|
|
"minimist": "^1.2.0",
|
|
"nugget": "^2.2.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "npm i nugget@^2.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"author": "Jibo, Inc. <sdkearlyaccess@jibo.com>"
|
|
}
|