forked from fippo/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.23 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
{
"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": "^0.2.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chromedriver": "^2.41.0",
"eslint-config-google": "^0.9.1",
"express": "^4.14.1",
"fs": "0.0.1-security",
"geckodriver": "^1.12.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^5.0.0",
"gulp-exec": "^3.0.2",
"gulp-nightwatch": "^1.0.1",
"gulp-stylelint": "^7.0.0",
"gulp-zip": "^4.2.0",
"lodash": "^4.17.10",
"minimatch": "^3.0.4",
"nightwatch": "^1.0.10",
"pem": "^1.9.4",
"selenium-server": "^3.14.0",
"stylelint": "^9.4.0",
"stylelint-config-recommended": "^2.1.0"
}
}