{ "name": "org.adrianvictor.impostor", "displayName": "Impostor", "version": "1.0.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" ] }, "devDependencies": { "cordova-android": "^15.0.0" } }