-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 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
{
"name": "imageService",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"canvas": "^2.0.0-alpha.12",
"cookie-parser": "~1.0.1",
"coordtransform": "^2.1.2",
"d3": "^4.12.2",
"debug": "~0.7.4",
"express": "~4.0.0",
"fnv-plus": "^1.2.12",
"grunt-cli": "^1.2.0",
"jade": "~1.3.0",
"jquery": "^3.5.0",
"log4js": "^2.7.0",
"morgan": "~1.0.0",
"node-windows": "^0.1.14",
"proj4": "^2.5.0",
"pug": "^2.0.3",
"static-favicon": "~1.0.0",
"supervisor": "^0.12.0",
"swagger-ui-dist": "^3.17.3",
"v8debug": "^0.1.2",
"webpage": "^0.3.0",
"zrender": "^3.7.4"
}
}