simplegeoloc
Version:
SimpleGeoLoc simple items with geolocation, near items function
18 lines (17 loc) • 595 B
JSON
{ "name": "simplegeoloc"
, "description": "SimpleGeoLoc simple items with geolocation, near items function"
, "keywords": [ "geolocation", "javascript", "longitude", "latitude" ]
, "version": "0.0.1"
, "author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)"
, "repository": { "type": "git", "url": "git://github.com/ajlopez/SimpleGeoLoc.git" }
, "main": "./lib/simplegeoloc.js"
, "engines": { "node": ">= 0.6.0 && < 0.13.0" }
, "scripts": {
"test": "simpleunit test"
}
, "dependencies": {
}
, "devDependencies": {
"simpleunit": "0.0.2"
}
}