-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.36 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
53
54
55
56
57
58
59
60
{
"name": "reccam",
"version": "0.0.1",
"description": "https://reccam.io source code",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"standard": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gotik/reccam.io.git"
},
"engines": {
"node": "6.9.1"
},
"author": "Juan Pablo Pinilla Ossa <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gotik/reccam.io/issues"
},
"homepage": "https://reccam.io",
"devDependencies": {
"babel-eslint": "^7.0.0",
"enzyme": "^2.5.1",
"enzyme-to-json": "^1.1.4",
"mixwith": "^0.1.1",
"react-addons-test-utils": "^15.3.2",
"react-scripts": "0.7.0",
"sinon": "^1.17.6",
"standard": "^8.4.0",
"uuid": "^2.0.3"
},
"dependencies": {
"font-awesome": "^4.6.3",
"ismobilejs": "^0.4.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webrtc-adapter": "^2.0.5"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"describe",
"beforeEach",
"it",
"expect",
"MediaRecorder",
"URL",
"MediaStream",
"Blob",
"DOMException"
]
}
}