mcopy/app/package.json

35 lines
745 B
JSON
Raw Normal View History

2016-04-11 05:56:06 +00:00
{
"name": "mcopy",
"version": "2.0.0",
"description": "16mm optical printer",
"main": "main.js",
"scripts": {
2016-04-11 06:01:26 +00:00
"start": "electron main.js"
2016-04-11 05:56:06 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/sixteenmillimeter/mcopy.git"
},
"keywords": [
"16mm",
"optical",
"printer",
"gui"
],
"author": "mmcwilliams",
"license": "MIT",
"bugs": {
"url": "https://github.com/sixteenmillimeter/mcopy/issues"
},
2016-04-11 06:01:26 +00:00
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
"devDependencies": {
"electron-packager": "^6.0.2",
"electron-prebuilt": "^0.37.5",
"electron-rebuild": "^1.1.3"
},
"dependencies": {
"node-notifier": "^4.5.0",
"node-uuid": "^1.4.7"
2016-04-11 06:01:26 +00:00
}
2016-04-11 05:56:06 +00:00
}