forked from dpmcmlxxvi/olturf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "ol3-turf",
"version": "0.6.0",
"description": "A Turf toolbar for OpenLayers 3.",
"author": {
"name": "Daniel Pulido",
"email": "dpmcmlxxvi@gmail.com"
},
"main": "dist/ol3-turf.js",
"scripts": {
"test": "grunt test"
},
"homepage": "https://github.com/dpmcmlxxvi/ol3-turf",
"repository": {
"type": "git",
"url": "git+https://github.com/dpmcmlxxvi/ol3-turf.git"
},
"bugs": {
"url": "https://github.com/dpmcmlxxvi/ol3-turf/issues"
},
"keywords": [
"turf",
"openlayers",
"toolbar"
],
"devDependencies": {
"@turf/turf": "^4.3.1",
"browserify-istanbul": "^3.0.1",
"coveralls": "^3.0.0",
"expect.js": "~0.3.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-gh-pages": "^2.0.0",
"grunt-git": "^1.0.9",
"grunt-htmlhint": "^0.9.13",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-phantom-istanbul": "^0.2.1",
"grunt-release": "^0.13.1",
"ink-docstrap": "^1.3.0",
"jquery": "~3.3.1",
"jsdoc": "^3.5.4",
"mocha": "~5.1.1",
"openlayers": "^4.6.5"
},
"license": "MIT"
}