gps-filter
Version:
Tool set for filtering gps data
38 lines (36 loc) • 923 B
JSON
{
"name": "gps-filter",
"version": "0.2.0",
"description": "Tool set for filtering gps data",
"main": "filter.js",
"scripts": {
"test": "mocha tests",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec tests.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jzeiders/gps-filter.git"
},
"keywords": [
"GPS",
"filter",
"analysis",
"vector"
],
"author": "Jack Zeiders",
"license": "MIT",
"bugs": {
"url": "https://github.com/jzeiders/gps-filter/issues"
},
"homepage": "https://github.com/jzeiders/gps-filter#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.11",
"istanbul": "^0.4.4",
"mocha-lcov-reporter": "^1.2.0",
"victor": "^1.1.0"
},
"dependencies": {
"vectorize": "0.0.3"
}
}