mcopy/app/package.json

29 lines
594 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-prebuilt": "^0.37.5"
}
2016-04-11 05:56:06 +00:00
}