appc-cli-android
Version:
create an android native project
35 lines (34 loc) • 764 B
JSON
{
"name": "appc-cli-android",
"version": "0.2.0",
"description": "create an android native project",
"main": "appc.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"appc-cli-plugin"
],
"author": "Jeff Haynie",
"license": "Apache2",
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/appc-cli-android.git"
},
"dependencies": {
"androidlib": "^0.1.7",
"fs-extra": "^0.12.0",
"wrench": "^1.5.8"
},
"devDependencies": {
"async": "^0.9.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-env": "^0.4.1",
"grunt-kahvesi": "^0.1.0",
"grunt-mocha-test": "^0.12.0",
"lodash": "^2.4.1",
"should": "^4.0.4"
}
}