sails-service-location
Version:
Service for Sails framework with Location features
55 lines • 1.44 kB
JSON
{
"name": "sails-service-location",
"version": "3.3.1",
"description": "Service for Sails framework with Location features",
"license": "MIT",
"main": "lib/index.js",
"author": "ghaiklor",
"scripts": {
"compile": "babel src --out-dir lib",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublish": "npm run compile",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ghaiklor/sails-service-location.git"
},
"keywords": [
"sails",
"service",
"location"
],
"bugs": {
"url": "https://github.com/ghaiklor/sails-service-location/issues"
},
"homepage": "https://github.com/ghaiklor/sails-service-location#readme",
"dependencies": {
"lodash": "4.0.1",
"node-geocoder": "3.6.2"
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"coveralls": "2.11.6",
"cz-conventional-changelog": "1.1.5",
"isparta": "4.0.0",
"mocha": "2.4.2",
"semantic-release": "4.3.5",
"sinon": "1.17.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"tag": "latest"
},
"release": {
"branch": "master"
}
}