forked from ojack/LiveLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "LiveLab",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"watch-js": "watchify ./app/main.js -v -o ./public/bundle.js -t [babelify --presets [es2015]]",
"watch": "parallelshell \"npm run start\" \"npm run watch-js\"",
"build-css": "lessc ./public/css/main.less ./public/css/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojack/LiveLab.git"
},
"author": "ojack",
"license": "ISC",
"bugs": {
"url": "https://github.com/ojack/LiveLab/issues"
},
"homepage": "https://github.com/ojack/LiveLab#readme",
"dependencies": {
"attachmediastream": "^1.3.5",
"filetransfer": "^2.0.4",
"fr-accordion": "^1.0.3",
"localmedia": "^2.0.0",
"mediastream-gain": "^1.0.1",
"mockconsole": "0.0.1",
"node-static": "^0.7.7",
"osc": "2.0.0",
"osc-min": "^1.1.1",
"portscanner": "^1.0.0",
"rtcpeerconnection": "^5.0.0",
"socket.io-client": "1.3.7",
"webrtcsupport": "^2.2.0",
"wildemitter": "1.x",
"ws": "0.8.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"less": "^2.7.1",
"parallelshell": "^2.0.0"
}
}