-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 856 Bytes
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
{
"name": "libcoverage",
"version": "0.1.10",
"description": "A WCS (Web Coverage Service) client library for JavaScript.",
"homepage": "https://github.com/EOX-A/libcoverage.js",
"author": {
"name": "Fabian Schindler",
"email": "fabian.schindler@eox.at"
},
"repository": {
"type": "git",
"url": "git@github.com:EOX-A/libcoverage.js.git"
},
"bugs": {
"url": "https://github.com/EOX-A/libcoverage.js/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/EOX-A/libcoverage.js/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-browserify": "^5.0.0",
"grunt-bump": "~0.0.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-jsdoc": "^2.0.0"
}
}