forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
48
49
50
51
52
{
"name": "webrtc-samples",
"version": "1.0.0",
"description": "Project checking for WebRTC GitHub samples repo",
"keywords": [
"webrtc",
"demos",
"samples",
"javascript"
],
"homepage": "https://github.com/webrtc/samples",
"bugs": {
"url": "https://github.com/webrtc/samples/issues"
},
"license": "BSD-3-Clause",
"author": "The WebRTC project authors",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/samples.git"
},
"scripts": {
"test": "gulp"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chromedriver": "^76.0.1",
"eslint-config-google": "^0.14.0",
"express": "^4.17.1",
"extend": "^3.0.2",
"fs": "0.0.2",
"geckodriver": "^1.16.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-exec": "^4.0.0",
"gulp-nightwatch": "^1.1.0",
"gulp-stylelint": "^9.0.0",
"gulp-zip": "^5.0.0",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.4",
"nightwatch": "^1.2.2",
"pem": "^1.14.2",
"selenium-server": "^3.141.59",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0"
},
"dependencies": {}
}