-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.52 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
48
49
50
51
{
"name": "chimee-webrtc",
"version": "1.0.0",
"description": "webrtc",
"main": "index.js",
"scripts": {
"build": "webpack --config config/webpack.config.js && webpack --config config/webpack.config.es.js && webpack --config config/webpack.config.min.js",
"es": "webpack --config config/webpack.config.es.js",
"min": "webpack --config config/webpack.config.min.js",
"start": "node config/webpackServer.js",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chimeejs/chimee-webrtc.git"
},
"keywords": [
"webrtc",
"p2p"
],
"author": "songguangyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chimeejs/chimee-webrtc/issues"
},
"homepage": "https://github.com/Chimeejs/chimee-webrtc#readme",
"dependencies": {
"babel-runtime": "^6.23.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chimee-flv2fmp4": "^0.2.0",
"chimee-helper": "^0.2.8",
"chimee-helper-events": "^0.1.0",
"chimee-helper-log": "^0.1.2",
"eslint": "^4.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-jest": "^20.0.3",
"string-replace-loader": "^1.3.0",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}