-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 968 Bytes
/
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
{
"directories": {},
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-examples": "cd examples && rollup -c",
"postversion": "git push && git push --tags"
},
"author": "Jeshurun Hembd",
"license": "MIT",
"devDependencies": {
"rollup": "^2.18.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tile-mixer": "0.0.8",
"tile-stencil": "^0.2.3"
},
"name": "tile-painter",
"description": "Parse Mapbox style documents into rendering functions",
"version": "0.3.6",
"module": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GlobeletJS/tile-painter.git"
},
"keywords": [
"map",
"style",
"render",
"Canvas2D"
],
"bugs": {
"url": "https://github.com/GlobeletJS/tile-painter/issues"
},
"homepage": "https://github.com/GlobeletJS/tile-painter#readme",
"dependencies": {}
}