forked from OSMBuildings/OSMBuildings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 866 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
{
"name": "OSMBuildings",
"private": false,
"description": "OSM Buildings",
"version": "3.2.4",
"homepage": "http://osmbuildings.org",
"author": "@kekscom",
"contributors": [],
"maintainers": [
"Jan Marsch (@kekscom)",
"Robert Buchholz (@rbuch703)",
"Derek Kniffin (@dkniffin)"
],
"repository": {
"type": "git",
"url": "[email protected]:OSMBuildings/OSMBuildings.git"
},
"scripts": {},
"dependencies": {
"qolor": "^2.1.0",
"suncalc": "git://github.com/OSMBuildings/suncalc.git"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-compress": "^1.0.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-jsdoc": "^1.1.0",
"ink-docstrap": "^1.1.4"
},
"optionalDependencies": {}
}