forked from Teamwork/node-auto-launch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 986 Bytes
/
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
{
"name": "auto-launch",
"version": "0.1.14",
"description": "Launch node-webkit apps at login (mac & windows)",
"main": "dist/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/4ver/node-auto-launch"
},
"keywords": [
"login",
"launch",
"node-webkit",
"boot",
"login-items"
],
"author": "Donal Linehan",
"license": "ISC",
"bugs": {
"url": "https://github.com/4ver/node-auto-launch/issues"
},
"devDependencies": {
"gulp": ">=3.8.2",
"gulp-coffee": "2.0.1",
"coffee-script": "~1.7.1",
"gulp-mocha": "~0.4.1",
"chai": "~1.9.1",
"gulp-util": "~2.2.18",
"gulp-load-plugins": "~0.5.2",
"gulp-coffeelint": "~0.3.3",
"teamwork-coffeelint-rules": "0.0.1",
"gulp-coffeelint-threshold": "^1.0.0"
},
"homepage": "https://github.com/4ver/node-auto-launch",
"dependencies": {
"applescript": "^0.2.1",
"winreg": "0.0.12"
}
}