-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 857 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
{
"name": "djeo",
"author": "Vladimir Elistratov",
"description": "A javascript geo library based on Dojo Toolkit. Besides djeo native engine, the same application code works under Google Maps API, Google Earth API and others. You might also want to download djeo-gmaps, djeo-ge, ...",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"repository": {
"type": "git",
"url": "https://github.com/vvoovv/djeo"
},
"bugs": "https://github.com/vvoovv/djeo/issues",
"dependencies": {
"dojo": "1.7.3",
"dijit": "1.7.3"
},
"keywords": ["djeo", "geo"],
"homepage": "http://djeo.org",
"main": "./Map",
"icon": "http://djeo.github.com/djeo25.png",
"dojoBuild": "djeo.profile.js"
}