cordova-android/package.json

29 lines
823 B
JSON
Raw Normal View History

2014-05-01 01:54:47 +08:00
{
2014-08-30 07:34:12 +08:00
"name": "cordova-android",
2015-01-13 06:55:48 +08:00
"version": "3.8.0-dev",
2014-08-30 07:34:12 +08:00
"description": "cordova-android release",
"main": "bin/create",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
},
"keywords": [
"android",
"cordova",
"apache"
],
"scripts": {
"test": "jasmine-node --color spec",
"test-build": "rm -rf \"test create\"; ./bin/create \"test create\" com.test.app 応用 && \"./test create/cordova/build\" && rm -rf \"test create\""
2014-08-30 07:34:12 +08:00
},
"author": "Apache Software Foundation",
"license": "Apache version 2.0",
"dependencies": {
"q": "^0.9.0",
"shelljs": "^0.2.6"
},
"devDependencies": {
"jasmine-node": "~1",
"promise-matchers": "~0"
}
}