-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
42 lines (42 loc) · 914 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-updater",
"description": "Automatically updates your client version when is outdated by the repository",
"version": "1.0.2",
"author": {
"name": "@Juampi_92",
"url": "https://github.com/juampi92"
},
"main": "./auto-updater",
"dependencies": {
"adm-zip": "^0.4.7",
"node-promise": "^0.5.12",
"underscore": "^1.8.3"
},
"keywords": [
"auto-updater",
"automatic",
"auto",
"update",
"updater"
],
"bugs": "https://github.com/juampi92/auto-updater/issues",
"repository": {
"type": "git",
"url": "https://github.com/juampi92/auto-updater.git"
},
"license": "GPL-2.0",
"engines": {
"node": "*"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.4"
},
"scripts": {
"test": "mocha --reporter spec test/*.js"
},
"auto-updater": {
"repo": "juampi92/auto-updater",
"branch": "v1.0.0"
}
}