blob: b6f5461c9b2ee41b821333ce4e4fa031321797b4 [file] [log] [blame]
{
"author": {
"email": "james@talmage.io",
"name": "James Talmage",
"url": "github.com/jamestalmage"
},
"dependencies": {},
"description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates",
"devDependencies": {
"almost-equal": "^1.0.0",
"codeclimate-test-reporter": "^0.1.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"jscs": "^2.1.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5",
"stringify-pi": "0.0.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"range",
"normalize",
"utility",
"angle",
"degrees",
"polar"
],
"license": "MIT",
"name": "normalize-range",
"repository": "jamestalmage/normalize-range",
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/_mocha",
"debug": "mocha",
"lint": "jshint --reporter=node_modules/jshint-stylish *.js test/*.js",
"style": "jscs *.js ./**/*.js && jscs ./test/** --config=./test/.jscsrc",
"test": "npm run cover && npm run lint && npm run style",
"watch": "mocha -w"
},
"version": "0.1.2"
}