forked from mikeal/roll-call
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 993 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 993 Bytes
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
{
"name": "roll-call",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "standard && beefy index.js:bundle.js --index index.html",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeal/roll-call.git"
},
"keywords": [],
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.mikealrogers.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mikeal/roll-call/issues"
},
"homepage": "https://github.com/mikeal/roll-call#readme",
"dependencies": {
"async-load": "^1.0.7",
"bel": "^4.4.3",
"drag-drop": "^2.12.1",
"filestream": "^4.1.3",
"funky": "^1.4.0",
"getusermedia": "^2.0.0",
"killa-beez": "^2.3.0",
"media-recorder-stream": "^2.1.0",
"waudio": "^0.3.0",
"xhr": "^2.2.2"
},
"devDependencies": {
"beefy": "^2.1.8",
"browserify": "^13.1.0",
"standard": "^8.4.0",
"watchify": "^3.7.0"
}
}