-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 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
{
"name": "@punksnotdev/rtsync",
"version": "0.0.1",
"description": "rtsync 4 instruments",
"main": "RTSYNC.js",
"repository": {
"type": "git",
"url": "git+https://github.com/punksnotdev/RTSYNC.git"
},
"keywords": [
"realtime",
"syncronization",
"music",
"clients",
"live",
"coding"
],
"author": "furenku",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/punksnotdev/RTSYNC/issues"
},
"homepage": "https://github.com/punksnotdev/RTSYNC#readme",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.0",
"koa-favicon": "^2.0.0",
"koa-socket-2": "^1.1.0",
"koa-static": "^4.0.1",
"koa-trie-router": "^2.1.7",
"rethinkdb": "^2.3.3",
"socket-ntp": "^0.1.0",
"thinky": "^2.3.9"
},
"scripts": {
"dev": "cross-env NODE_PATH=./server nodemon --exec babel-node --presets es2015 RTSYNC.js",
"start": "cross-env NODE_ENV=production NODE_PATH=./server nodemon --exec babel-node --presets es2015 RTSYNC.js",
"test": "npm run test"
}
}