6502SimDesktop/package.json

21 lines
498 B
JSON
Raw Normal View History

2017-03-10 20:38:50 +00:00
{
"name": "65802sim.desktop",
"version": "0.1.0",
"description": "Desktop version of 6502 Simulator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "electron ./main",
2017-03-10 20:48:57 +00:00
"start": "electron ./main.prod",
"build": ""
2017-03-10 20:38:50 +00:00
},
"author": "DBrown",
"license": "ISC",
"dependencies": {
"electron": "^1.6.2",
"electron-debug": "^1.1.0",
"electron-devtools-installer": "^2.1.0",
2017-03-10 20:48:57 +00:00
"electron-prebuilt": "^1.4.13"
2017-03-10 20:38:50 +00:00
}
}