facebook-events-by-location-core
Version:
Search Facebook events by location and proximity.
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "facebook-events-by-location-core",
"description": "Search Facebook events by location and proximity.",
"keywords": [
"facebook",
"events",
"event",
"search",
"location",
"backend"
],
"version": "0.11.0",
"private": false,
"scripts": {
"test": "./node_modules/.bin/gulp ci",
"test-coverage": "./node_modules/.bin/gulp test",
"test-publish": "./node_modules/.bin/gulp ci",
"publish-please": "publish-please"
},
"dependencies": {
"axios": "^0.17.1"
},
"devDependencies": {
"ajv": "^4.11.7",
"chai": "~3.5.0",
"chai-as-promised": "^5.3.0",
"chalk": "~2.1.0",
"gulp": "~3.9.1",
"gulp-istanbul": "~1.0.0",
"gulp-mocha": "~2.2.0",
"publish-please": "~2.3.1",
"rimraf": "^2.6.2",
"run-sequence": "~2.1.0"
},
"bugs": {
"url": "https://github.com/tobilg/facebook-events-by-location-core/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tobilg/facebook-events-by-location-core.git"
},
"homepage": "https://github.com/tobilg/facebook-events-by-location-core",
"engines": {
"node": ">=0.10.0"
},
"license": "MIT"
}