-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 726 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 726 Bytes
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
{
"name": "@syncthetic/electron-auto-update-api",
"version": "1.0.1",
"description": "Quick start a MongoDB REST API for applications",
"homepage": "https://github.com/Syncthetic/ElectronAutoUpdateAPI",
"bugs": "https://github.com/Syncthetic/ElectronAutoUpdateAPI/issues",
"author": {
"name": "Justin Bess",
"email": "code@justinbess.com",
"url": "https://justinbess.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Syncthetic/ElectronAutoUpdateAPI"
},
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "GNU General Public License v3.0",
"dependencies": {
"@syncthetic/rest-on-express": "0.0.2"
}
}