-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
{
"name": "object-detection-gui",
"version": "0.0.1",
"description": "COMP 523 Spring '19 group project",
"main": "main.js",
"scripts": {
"start": "gulp transpile && electron .",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benl1/objectDetectionGUI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benl1/objectDetectionGUI/issues"
},
"homepage": "https://github.com/benl1/objectDetectionGUI#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-core": "^6.26.3",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electron": "^4.0.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"fluent-ffmpeg": "^2.1.2",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"jest": "^24.7.1",
"mocha": "^6.1.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.6",
"sinon": "^7.3.2",
"spectron": "^5.0.0",
"videoshow": "^0.1.11"
},
"dependencies": {}
}