UNPKG

xproject

Version:

Automating build process for mobile apps.

59 lines (58 loc) 1.15 kB
{ "name": "xproject", "version": "0.2.26", "description": "Automating build process for mobile apps.", "homepage": "", "author": "XPower", "repository": { "type": "git", "url": "http://git.xpower.be/xproject" }, "bugs": { "url": "" }, "licenses": [ { "type": "MIT", "url": "" } ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=0.10.0" }, "bin": { "xproject": "index.js" }, "preferGlobal": true, "license": "MIT", "dependencies": { "async": "^0.9.0", "chalk": "^1.0.0", "commander": "^2.8.0", "fs-extra": "^0.18.1", "gitignore-parser": "0.0.2", "gitlog": "^2.4.0", "glob": "^5.0.5", "jquery-deferred": "^0.3.1", "jsonfile": "^2.2.3", "minimatch": "^2.0.4", "q": "^1.4.1", "recursive-readdir": "^1.2.1", "request": "^2.79.0", "shelljs": "^0.6.0", "sync-request": "^4.0.1", "xmlbuilder": "^2.6.2", "xmldoc": "^0.3.0", "xmldom": "^0.1.22" }, "keywords": [ "appbuilder", "telerik", "apache", "cordova" ] }