-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "secondeye-api",
"version": "1.0.0",
"description": "API for GPE Project : Second Eye",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha tests/detections.js --exit",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mesratn/secondEye.git"
},
"keywords": [
"GPE",
"Second",
"EYE",
"Vision",
"Recognition"
],
"author": "Nada MESRATI, Morgane FLAMANT, Anthony SCHATT, Quentin FRELAT, Rodolphe CHARTIER",
"license": "ISC",
"bugs": {
"url": "https://github.com/mesratn/secondEye/issues"
},
"homepage": "https://github.com/mesratn/secondEye#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"coveralls": "^3.0.2",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^1.18.4",
"uri-js": "^4.2.2"
},
"dependencies": {
"ajax-request": "^1.2.3",
"async": "^2.6.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"morgan": "^1.9.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sleep": "^5.2.3"
}
}