forked from IBM/MAX-Object-Detector-Web-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 796 Bytes
/
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
{
"name": "max-object-detector-web-app",
"version": "1.0.0",
"description": "A web app utilizing the [MAX Object Detector](https://github.com/IBM/MAX-Object-Detector) model",
"main": "app.js",
"scripts": {
"test": "eslint --ignore-pattern *.min.js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/MAX-Object-Detector-Web-App.git"
},
"author": "Alex Bozarth",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IBM/MAX-Object-Detector-Web-App/issues"
},
"homepage": "https://github.com/IBM/MAX-Object-Detector-Web-App#readme",
"dependencies": {
"express": "^4.16.3",
"request": "^2.87.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint": "^5.0.1",
"eslint-config-strongloop": "^2.1.0"
}
}