mirror of
https://github.com/open-duelyst/duelyst
synced 2026-08-24 02:23:07 -04:00
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"name": "codex",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"canvas": "*",
|
|
"plist": "*",
|
|
"gifencoder": "*"
|
|
},
|
|
"main": "codex.coffee",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Emil",
|
|
"license": "ISC"
|
|
}
|