-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.64 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
57
58
59
60
61
62
63
64
65
66
{
"name": "@gago/mapnik-mysql",
"version": "1.3.6",
"description": "Rendering vector tile as pbf from MySQL",
"main": "./lib/js/index.js",
"types": "./lib/definitions/index.d.ts",
"scripts": {
"test": "rm -rf ./lib; gulp ts; node lib/js/demo/app.js;",
"prepublish": "rm -rf ./lib; gulp ts; rm -rf ./lib/js/demo;",
"postpublish": "rm -rf ./lib;"
},
"repository": {
"type": "git",
"url": "https://github.com/DaYeSquad/gago-mapnik-mysql"
},
"publishConfig": {
"registry": "http://npmjs.gagogroup.cn/"
},
"contributors": [
{
"name": "Frank Lin",
"email": "linxiaoyi@gagogroup.com"
},
{
"name": "Wu Qingchun",
"email": "wuqinchun@gagogroup.com"
},
{
"name": "Hu Teng",
"email": "huteng@gagogroup.com"
}
],
"license": "MIT",
"dependencies": {
"mapnik": "~3.6.0",
"proj4": "^2.4.3",
"sakura-node-3": "^3.3.6"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/chai": "^3.4.34",
"@types/express": "^4.0.33",
"@types/mocha": "^2.2.32",
"@types/mysql": "0.0.33",
"@types/node": "^6.0.45",
"@types/node-uuid": "0.0.28",
"@types/pg": "^6.1.33",
"@types/proj4": "^2.3.4",
"aglio": "^2.3.0",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"connect-timeout": "^1.7.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.0.2",
"merge2": "^1.0.2",
"mocha": "^3.0.2",
"run-sequence": "^1.2.2",
"supertest": "^2.0.0",
"tslint": "^4.5.1",
"typescript": "^2.0.3"
}
}