blob: 12ca95d40fe4cc0f40f894bb8fd032d010bcb8be [file] [log] [blame]
{
"name": "cordova-plugin-test-framework",
"version": "1.1.3",
"description": "Cordova Test Framework Plugin",
"cordova": {
"id": "cordova-plugin-test-framework",
"platforms": []
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-test-framework"
},
"keywords": [
"cordova",
"test",
"ecosystem:cordova"
],
"scripts": {
"test": "npm run jshint",
"jshint": "jshint www"
},
"author": "Apache Software Foundation",
"license": "Apache 2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
}