forked from WebGLayer/webglayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.08 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
{
"name": "WebGLayer",
"version": "1.2.0",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"grunt": "~1.0.3",
"grunt-babel": "^8.0.0",
"grunt-cli": "~1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-jsdoc": "^2.3.0",
"grunt-umd": "~3.0.0",
"qunitjs": "^2.4.1"
},
"dependencies": {
"d3": "^3.0.0",
"jquery": "^3.0.0",
"material-design-icons": "^3.0.1",
"tooltipster": "~4.2.3"
},
"description": "WebGLayer",
"main": "build/main.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/jezekjan/webglayer.git"
},
"keywords": [
"webgl",
"visualization",
"spatial",
"cartography"
],
"author": "Jan Jezek",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jezekjan/webglayer/issues"
}
}