package.json (744B)
1 { 2 "name": "crashpad-to-issue_node", 3 "version": "0.0.1", 4 "description": "An Heroku compatible crashpad server that makes a new issue on error.", 5 "main": "main.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/MTRNord/crashpad-to-issue_node.git" 12 }, 13 "keywords": [ 14 "crashpad", 15 "github", 16 "heroku", 17 "electron" 18 ], 19 "author": "MTRNord <info@nordgedanken.de>", 20 "license": "ISC", 21 "bugs": { 22 "url": "https://github.com/MTRNord/crashpad-to-issue_node/issues" 23 }, 24 "homepage": "https://github.com/MTRNord/crashpad-to-issue_node#readme", 25 "dependencies": { 26 "bluebird": "^3.4.6", 27 "github": "^3.1.0" 28 } 29 }