-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 850 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
{
"name": "Ti.GeoTools",
"version": "0.0.3",
"description": "Collection of geo tools",
"main": "de.appwerft.geotools.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AppWerft/Ti.GeoTools.git"
},
"titaniumManifest": {
"name": "Ti.GeoTools",
"moduleid" : "de.appwerft.geotools",
"guid": "30dc3aaa-cd6f-de94-f361-31c199531c91"
},
"engines": {
"titaniumsdk": ">= 3.3.0"
},
"nativeDependencies": {
},
"keywords": [
"Google","Webservices", "Geocoding", "GeoIp", "KMLparser","Direction", "Appcelerator","AppWerft"
],
"author": "Rainer Schleevoigt",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/AppWerft/Ti.GeoTools/issues"
},
"homepage": "https://github.com/AppWerft/Ti.GeoTools"
}