-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "pcb-aoi",
"version": "0.1.1",
"description": "apertus° PCB inspection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node",
"debug": "nodemon --inspect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apertus-open-source-cinema/pcb-aoi.git"
},
"author": "apertus° contributors",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/apertus-open-source-cinema/pcb-aoi/issues"
},
"homepage": "https://github.com/apertus-open-source-cinema/pcb-aoi#readme",
"devDependencies": {
"browser-sync": "^2.26.13",
"connect-livereload": "^0.6.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"gulp-connect": "^5.7.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.5.0",
"gulp-notify": "^3.2.0",
"nodemon": "^1.19.4"
},
"dependencies": {
"bson": "^2.0.8",
"express": "^4.17.1",
"gulp": "^3.9.1",
"path": "^0.12.7",
"sharp": "^0.30.5",
"socket.io": "^2.4.1",
"socket.io-file": "^2.0.31",
"socket.io-file-client": "^2.0.2",
"socketio-file-upload": "^0.6.4",
"ws": "^5.2.2"
}
}