-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 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
52
53
54
55
56
{
"name": "vision",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node webserver.js",
"dev": "nodemon webserver.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/vision": "^1.4.0",
"body-parser": "^1.19.0",
"colour-proximity": "0.0.2",
"commander": "^3.0.2",
"csv-parser": "^2.3.1",
"express": "^4.17.1",
"faker": "^4.1.0",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"mongoose": "^5.7.3",
"path": "^0.12.7",
"rgb-hex": "^3.0.0",
"superagent": "^5.1.0",
"swagger-ui-express": "^4.1.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.5.1",
"grunt": "^1.0.4",
"grunt-exec": "^3.0.0",
"grunt-js-test": "^2.0.3",
"grunt-mocha-test": "^0.13.3",
"mocha": "^6.2.1",
"mockgoose": "^8.0.3",
"mongoose-type-url": "^1.0.6",
"nock": "^11.3.6",
"nodemon": "^1.19.3",
"supertest": "^4.0.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salimtb/visionProject.git"
},
"bugs": {
"url": "https://github.com/salimtb/visionProject/issues"
},
"homepage": "https://github.com/salimtb/visionProject#readme"
}