first commit
This commit is contained in:
commit
888c6bf2da
31 changed files with 2293 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue