linear-scale
Version:
Linear scale function.
40 lines (39 loc) • 851 B
JSON
{
"name": "linear-scale",
"version": "0.0.3",
"description": "Linear scale function.",
"main": "linear-scale.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/tape/bin/tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/linear-scale"
},
"keywords": [
"scale",
"linear"
],
"author": {
"name": "Miguel Mota",
"email": "hello@miguelmota.com",
"url": "https://miguelmota.com/"
},
"license": {
"type": "MIT",
"url": "https://github.com/miguelmota/linear-scale/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/miguelmota/linear-scale/issues"
},
"homepage": "https://github.com/miguelmota/linear-scale",
"devDependencies": {
"tape": "^3.0.3"
},
"engines": {
"node": ">=0.10.0"
}
}