mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"name": "ifplayer",
|
|
"version": "0.0.0",
|
|
"description": "Play interactive fiction games in your browser",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "parcel index.html",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"author": "He4eT",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|