-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 748 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 748 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
26
27
28
29
{
"name": "version-server",
"version": "0.0.1",
"description": "Simple Version Server for Squirrel (Mac and Windows)",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js",
"dev": "./node_modules/.bin/nodemon main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frieck/version-server.git"
},
"author": "Frieck",
"license": "ISC",
"bugs": {
"url": "https://github.com/frieck/version-server/issues"
},
"homepage": "https://github.com/frieck/version-server#readme",
"dependencies": {
"express": "^4.14.0",
"morgan": "^1.7.0",
"serve-index": "^1.8.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}