-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 912 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
{
"name": "stratum-app",
"version": "2.9.2",
"description": "stratum main app",
"author": "RNO",
"license": "MIT",
"private": false,
"bin": {
"stratum": "index.js"
},
"scripts": {
"start": "node index.js 'dev' --keys --reload --sound --leap --log-level='debug' --with='/Users/RNO/Projects/chevalvert/stratum/stratum-viewer/sketch'"
},
"dependencies": {
"chokidar": "^1.7.0",
"hnode": "github:hemisphere-project/stratum-hnode#v0.2.0",
"leapjs": "^0.6.4",
"log": "^1.4.0",
"minimist": "^1.2.0",
"missing-math": "github:arnaudjuracek/missing-math",
"osc": "^2.2.0",
"vec23": "^0.1.0"
},
"devDependencies": {},
"homepage": "https://github.com/chevalvert/stratum#readme",
"bugs": {
"url": "https://github.com/chevalvert/stratum/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chevalvert/stratum.git"
}
}