thali
Version:
21 lines (20 loc) • 521 B
JSON
{
"name": "install",
"version": "0.0.1",
"description": "Used to handle installing the Thali NPM package correctly into Cordova",
"main": "install.js",
"dependencies": {
"fs-extra-promise": "^0.2.0",
"jxc": "^1.0.12",
"lie": "^3.0.1",
"request": "^2.64.0",
"unzip": "^0.1.11"
},
"scripts": {
"setupUnit": "./setUpTests.sh UnitTest_app.js",
"setupPerf": "./setUpTests.sh PerfTest_app.js",
"setupDesktop": "./setUpDesktop.sh"
},
"author": "Microsoft",
"license": "MIT"
}