-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1022 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "webrtc-api",
"version": "0.0.1",
"description": "Encapsulated webrtc API",
"main": "index.js",
"scripts": {
"test": "npm test",
"dist": "gulp dist",
"build": "gulp build",
"demos": "gulp demos",
"watch": "gulp watch",
"dev": "gulp dev",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:woodstage/webrtc-api"
},
"bugs": {
"url": "https://github.com/woodstage/webrtc-api/issues"
},
"keywords": [
"webrtc",
"API",
"encapsulated",
"promise"
],
"author": "woodstage",
"license": "MIT",
"dependencies": {
"webrtc-adapter": "^5.0.6"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"browserify-shim": "^3.8.14",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2"
}
}