forked from palak8669/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
{
"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",
"start": "http-server . -c-1"
},
"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",
"extend": "^3.0.2",
"fs": "0.0.2",
"geckodriver": "^1.19.1",
"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",
"http-server": "^0.12.3",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.4",
"nightwatch": "^1.5.1",
"selenium-server": "^3.141.59",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0"
}
}