mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
29 lines
725 B
JSON
29 lines
725 B
JSON
{
|
|
"name": "apple2js",
|
|
"version": "0.0.1",
|
|
"description": "Apple II Emulator in JavaScript",
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"index": "scripts/index.pl > json/disks/index.js",
|
|
"lint": "eslint js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/whscullin/apple2js.git"
|
|
},
|
|
"author": "Will Scullin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/whscullin/apple2js/issues"
|
|
},
|
|
"homepage": "https://github.com/whscullin/apple2js#readme",
|
|
"devDependencies": {
|
|
"ajv": "^6.9.2",
|
|
"eslint": "^5.12.0",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.2.1"
|
|
}
|
|
}
|