wilddog-location
Version:
基于Wilddog的地理位置范围查询
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "wilddog-location",
"version": "0.2.4",
"description": "基于Wilddog的地理位置范围查询",
"keywords": [
"geoquery",
"location",
"wilddog",
"realtime",
"geolocation"
],
"main": "dist/node/wilddog-location.js",
"files": [
"dist/node/wilddog-location.js",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "gitlab"
},
"author": "wilddog",
"license": "ISC",
"devDependencies": {
"gulp": "3.8.10",
"gulp-concat": "2.4.3",
"gulp-ext-replace": "0.1.0",
"gulp-jshint": "1.9.0",
"gulp-karma": "0.0.4",
"gulp-uglify": "1.1.0",
"jshint-stylish": "1.0.0",
"streamqueue": "0.1.1",
"coveralls": "2.11.2",
"karma-coverage": "0.2.7",
"karma-failed-reporter": "0.0.3",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-spec-reporter": "0.0.16"
},
"scripts": {
"test": "gulp test",
"travis": "gulp --travis"
}
}