package.json (1722B)
1 { 2 "name": "@stdlib/strided", 3 "version": "0.0.12", 4 "description": "Strided.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "main": "./lib", 17 "directories": { 18 "doc": "./docs", 19 "example": "./examples", 20 "lib": "./lib", 21 "test": "./test" 22 }, 23 "scripts": { 24 "test": "make test", 25 "test-cov": "make test-cov", 26 "examples": "make examples", 27 "benchmark": "make benchmark" 28 }, 29 "homepage": "https://stdlib.io", 30 "repository": { 31 "type": "git", 32 "url": "git://github.com/stdlib-js/strided.git" 33 }, 34 "bugs": { 35 "url": "https://github.com/stdlib-js/stdlib/issues" 36 }, 37 "dependencies": { 38 "@stdlib/assert": "^0.0.x", 39 "@stdlib/math": "^0.0.x", 40 "@stdlib/ndarray": "^0.0.x", 41 "@stdlib/types": "^0.0.x", 42 "@stdlib/utils": "^0.0.x" 43 }, 44 "devDependencies": { 45 "@stdlib/array": "^0.0.x", 46 "@stdlib/bench": "^0.0.x", 47 "@stdlib/blas": "^0.0.x", 48 "@stdlib/fs": "^0.0.x", 49 "@stdlib/process": "^0.0.x", 50 "@stdlib/random": "^0.0.x", 51 "tape": "git+https://github.com/kgryte/tape.git#fix/globby", 52 "istanbul": "^0.4.1", 53 "tap-spec": "5.x.x" 54 }, 55 "engines": { 56 "node": ">=0.10.0", 57 "npm": ">2.7.0" 58 }, 59 "os": [ 60 "aix", 61 "darwin", 62 "freebsd", 63 "linux", 64 "macos", 65 "openbsd", 66 "sunos", 67 "win32", 68 "windows" 69 ], 70 "keywords": [ 71 "stdlib", 72 "strided" 73 ], 74 "__stdlib__": {}, 75 "funding": { 76 "type": "patreon", 77 "url": "https://www.patreon.com/athan" 78 } 79 }