{ "name": "org.adrianvictor.impostor", "displayName": "Impostor", "version": "1.1.0", "description": "A game of word guessing where an impostor is trying to get along.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ecosystem:cordova" ], "author": "Adrian Victor", "license": "Apache-2.0", "cordova": { "platforms": [ "android" ], "plugins": { "cordova-plugin-vibration": {}, "cordova-android-stayawake": {} } }, "devDependencies": { "cordova-android": "^15.0.0", "cordova-android-stayawake": "github:rootzoll/cordova-android-stayawake", "cordova-plugin-vibration": "^3.1.1" } }