-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 965 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
43
{
"name": "node-startup-manager",
"version": "0.1.3",
"description": "Manage, Add & Remove Startup tasks on windows, mac & linux",
"main": "index.js",
"license": "GPL-3.0",
"author": {
"name": "Luigi Poole",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/luigiplr/node-startup-manager.git"
},
"keywords": [
"node-startup-manager",
"startup-manager",
"node startup",
"startup",
"manager",
"login",
"auto start",
"auto-launch",
"auto launch",
"auto",
"launch"
],
"scripts": {
"prepublish": "npm run babel",
"babel": "rimraf build && babel lib --presets es2015 --out-dir build"
},
"dependencies": {
"applescript": "^1.0.0",
"bluebird": "^3.1.1",
"lodash": "^3.10.1",
"winreg": "0.0.13"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"rimraf": "^2.4.4"
}
}