-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "dwindle",
"version": "0.1.0",
"description": "Fast continuous level of detail geomentry simplification using the Visvalingam area approach. Provides methods for simplifying to a target point count or percentage in addition to point-area significance.",
"main": "dwindle.js",
"dependencies": {
"nanoq": "0.0.3"
},
"devDependencies": {
"ava": "^0.19.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babili-webpack-plugin": "^0.1.1",
"leaflet": "^1.0.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"test": "ava",
"build": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alanmacleod/shape-reduce.git"
},
"author": "Alan MacLeod <[email protected]> (http://alanmacleod.eu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alanmacleod/dwindle/issues"
},
"homepage": "https://github.com/alanmacleod/dwindle#readme"
}