-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
41 lines (41 loc) · 1 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
{
"name": "greiner-hormann",
"version": "1.4.2",
"description": "Greiner-Hormann clipping algorithm",
"main": "dist/greiner-hormann.js",
"scripts": {
"build": "rollup -c",
"test": "node -r reify test/suite.js",
"watch": "rollup -cw",
"start": "npm run watch & serve"
},
"repository": {
"type": "git",
"url": "https://github.com/w8r/GreinerHormann.git"
},
"keywords": [
"polygon",
"clipping",
"intersection",
"leaflet",
"greiner",
"hormann"
],
"author": "Alexander Milevski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w8r/GreinerHormann/issues"
},
"homepage": "https://github.com/w8r/GreinerHormann",
"devDependencies": {
"leaflet": "^0.7.3",
"leaflet-draw": "^0.2.3",
"reify": "^0.17.3",
"rollup": "^0.65.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^2.0.2",
"serve": "^11.3.2"
}
}