blob: 5cfc0222a67041fdf6e68f3b89bcb141b7a892f6 [file] [log] [blame]
{
"name": "cordova-test-platform",
"version": "0.0.5",
"description": "Platform that simply stubs the platformAPI for testing and education",
"bin": {
"create": "src/bin/create"
},
"main": "src/cordova/Api.js",
"scripts": {
"cover": "istanbul cover --root bin/templates/cordova --print detail jasmine",
"jshint": "jshint src && jshint spec",
"test": "npm run jshint && jasmine"
},
"repository": "github:apache/cordova-test-platform",
"keywords": [
"apache",
"cordova",
"cordova-platform"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": "https://github.com/apache/cordova-test-platform/issues",
"dependencies": {
"cordova-common": "^3.0.0",
"nopt": "^4.0.1",
"shelljs": "^0.3.0"
},
"devDependencies": {
"jasmine": "^2.5.3",
"jshint": "^2.9.4"
}
}