-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 965 Bytes
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
{
"name": "sqclassifier",
"version": "1.0.0",
"description": "MI-VMM.16 semestral project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AnnaMoudra/VMM.git"
},
"author": "AnnaMoudra",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnnaMoudra/VMM/issues"
},
"homepage": "https://github.com/AnnaMoudra/VMM#readme",
"dependencies": {
"base-64": "^0.1.0",
"blob": "0.0.5",
"bluebird": "^3.5.3",
"canvas": "^2.1.0",
"color-thief": "^2.2.3",
"colorthief": "^2.0.2",
"dominant-color": "0.0.1",
"express": "^4.16.4",
"http": "0.0.0",
"lit-html": "^0.13.0",
"node-dominant-color": "^1.0.0",
"node-fetch": "^2.3.0",
"node-gyp": "^3.8.0",
"opencv4nodejs": "^4.10.1",
"rebuild": "^0.1.2",
"socket.io": "^2.1.1",
"windows-build-tools": "^5.0.0"
}
}