-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
44
45
46
{
"name": "sd9server",
"version": "0.0.1",
"description": "A middle man for the SD9 console, providing multiple clients access",
"main": "app.js",
"dependencies": {
"bonjour": "^3.5.0",
"electron": "^1.4.15",
"express": "^4.14.0",
"jquery": "^3.1.1",
"node-gyp": "^3.5.0",
"osc": "^2.1.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"electron-rebuild": "^1.5.7",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.2.0",
"gulp-pug": "^3.0.3",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.0.0",
"main-bower-files": "^2.13.1",
"pump": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevindoveton/digiconode.git"
},
"keywords": [
"sd9",
"digico"
],
"author": "Kevin Doveton",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevindoveton/digiconode/issues"
},
"homepage": "https://github.com/kevindoveton/digiconode#readme"
}