-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 885 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
{
"name": "leaflet.annotate",
"version": "0.3.0-SNAPSHOT",
"description": "Semantic markup for geographic web maps in HTML",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mukil/Leaflet.annotate.git"
},
"keywords": [
"leaflet",
"Schema.org",
"Schema",
"LeafletJS",
"Dublin",
"Core",
"HTML",
"Microdata"
],
"author": "Malte Reißig",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/mukil/Leaflet.annotate/issues"
},
"homepage": "https://mukil.github.io/Leaflet.annotate",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0"
}
}