-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "thekarte",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dennisguse/TheKarte.git"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-assets-inline": "^1.2.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0",
"grunt-git-revision": "0.0.1",
"grunt-jsbeautifier": "^0.2.13",
"grunt-run": "^0.8.1",
"ol": "^5.3.3",
"papaparse": "^5.2.0"
},
"dependencies": {
"npm": "^6.14.6"
},
"description": "TheKarte is an interactive map application to visualize and create geo-data.",
"bugs": {
"url": "https://github.com/dennisguse/TheKarte/issues"
},
"homepage": "https://github.com/dennisguse/TheKarte#readme",
"main": "Gruntfile.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dennis Guse",
"keywords": [
"geodata",
"visualization"
]
}