forked from Kyusung4698/node-auto-launch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.21 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
44
45
46
47
48
49
50
51
52
{
"name": "electron-auto-launch",
"version": "5.0.7",
"description": "Launch node applications or executables at login (Mac, Windows, and Linux)",
"main": "dist/index.js",
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CodingMonkeyzh/node-auto-launch"
},
"keywords": [
"login",
"launch",
"node-webkit",
"electron",
"boot",
"login-items"
],
"author": "Donal Linehan",
"contributors": [
"Adam Lynch <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CodingMonkeyzh/node-auto-launch/issues"
},
"devDependencies": {
"chai": "^4.2.0",
"coffeescript": "^2.5.1",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-coffeelint": "^0.6.0",
"gulp-coffeelint-threshold": "^1.0.0",
"gulp-load-plugins": "^2.0.2",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"teamwork-coffeelint-rules": "0.0.1"
},
"homepage": "https://github.com/4ver/node-auto-launch",
"dependencies": {
"applescript": "^1.0.0",
"mkdirp": "^1.0.3",
"path-is-absolute": "^2.0.0",
"untildify": "^4.0.0",
"winreg": "1.2.4"
}
}