Spaces:
Sleeping
Sleeping
| { | |
| "name": "array-bounds", | |
| "version": "1.0.1", | |
| "description": "Find [nd-]array min/max values", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "node test" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/dfcreative/array-bounds.git" | |
| }, | |
| "keywords": [ | |
| "array", | |
| "bounds", | |
| "limits", | |
| "array min", | |
| "min", | |
| "max", | |
| "statistics", | |
| "samples" | |
| ], | |
| "author": "Dima Yv <dfcreative@gmail.com>", | |
| "license": "MIT", | |
| "bugs": { | |
| "url": "https://github.com/dfcreative/array-bounds/issues" | |
| }, | |
| "homepage": "https://github.com/dfcreative/array-bounds#readme" | |
| } | |