41 lines
936 B
JSON
41 lines
936 B
JSON
|
{
|
||
|
"name": "electron-squirrel-startup",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Default Squirrel.Windows event handler for your Electron apps.",
|
||
|
"author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",
|
||
|
"homepage": "http://github.com/mongodb-js/electron-squirrel-startup",
|
||
|
"license": "Apache-2.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/mongodb-js/electron-squirrel-startup.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"ci": "mocha",
|
||
|
"test": "mocha",
|
||
|
"check": "mongodb-js-precommit"
|
||
|
},
|
||
|
"precommit": [
|
||
|
"check"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"debug": "^2.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint-config-mongodb-js": "^0.1.4",
|
||
|
"mocha": "^2.2.5",
|
||
|
"mongodb-js-precommit": "^0.1.2",
|
||
|
"pre-commit": "^1.0.10"
|
||
|
},
|
||
|
"dependency-check": {
|
||
|
"ignore": [
|
||
|
"app"
|
||
|
]
|
||
|
},
|
||
|
"keywords": [
|
||
|
"mongodb.js",
|
||
|
"electron",
|
||
|
"electron-installer",
|
||
|
"squirrel.windows"
|
||
|
]
|
||
|
}
|