forked from Teamwork/node-auto-launch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.19 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": "auto-launch",
"version": "5.0.5",
"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/4ver/node-auto-launch"
},
"keywords": [
"login",
"launch",
"node-webkit",
"electron",
"boot",
"login-items"
],
"author": "Donal Linehan",
"contributors": [
"Adam Lynch <adam@teamwork.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/4ver/node-auto-launch/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-coffeelint-threshold": "^1.0.0",
"gulp-load-plugins": "^1.2.0",
"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": "^0.5.1",
"path-is-absolute": "^1.0.0",
"untildify": "^3.0.2",
"winreg": "1.2.4"
}
}