forked from mongodb-js/electron-squirrel-startup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "electron-squirrel-startup",
"version": "1.0.0",
"description": "Default Squirrel.Windows event handler for your Electron apps.",
"author": "Lucas Hrabovsky <[email protected]> (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": "xvfb-maybe npm test",
"test": "electron-mocha",
"check": "mongodb-js-precommit"
},
"precommit": [
"check"
],
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"electron-mocha": "^3.0.5",
"electron-prebuilt": "^1.3.4",
"eslint-config-mongodb-js": "^2.2.0",
"mongodb-js-precommit": "^0.2.9",
"pre-commit": "^1.0.10",
"xvfb-maybe": "^0.1.3"
},
"dependency-check": {
"ignore": [
"app",
"electron"
]
},
"keywords": [
"mongodb.js",
"electron",
"electron-installer",
"squirrel.windows"
]
}