Impostor/package.json
2026-04-29 20:43:53 -03:00

23 lines
502 B
JSON

{
"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"
}
}