-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_old.json
38 lines (38 loc) · 1.25 KB
/
package_old.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
34
35
36
37
38
{
"name": "bird-installation",
"version": "1.0.0",
"description": "Repo for acud bird installation!",
"main": "index.js",
"scripts": {
"build": "browserify public/js/main.js -o public/js/bundle.js && browserify public/js/client.js -o public/js/client_bundle.js",
"watch": "start watchify public/js/main.js -o public/js/bundle.js --debug -v && start watchify public/js/client.js -o public/js/client_bundle.js --debug -v && start watchify public/js/vj.js -o public/js/vj_bundle.js --debug -v",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotKokott/BirdInstallation.git"
},
"author": "Christian Kokott",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotKokott/BirdInstallation/issues"
},
"homepage": "https://github.com/dotKokott/BirdInstallation#readme",
"dependencies": {
"browserify": "^16.2.0",
"dat-gui": "^0.5.0",
"dat.gui": "^0.6.1",
"express": "^4.15.3",
"gl-vec2": "^1.0.0",
"guid": "0.0.12",
"jquery": "^3.3.1",
"node-uuid": "^1.4.8",
"p5": "^0.6.0",
"record-audio": "^1.0.0",
"recordrtc": "^5.4.2",
"recordrtc-socketio": "^1.0.6",
"socket.io": "^2.0.3",
"tween": "^0.9.0",
"watchify": "^3.11.0"
}
}