package.json (1691B)
1 { 2 "name": "@stdlib/constants", 3 "version": "0.0.11", 4 "description": "Standard library constants.", 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 "types": "./docs/types", 24 "scripts": { 25 "test": "make test", 26 "test-cov": "make test-cov", 27 "examples": "make examples" 28 }, 29 "homepage": "https://stdlib.io", 30 "repository": { 31 "type": "git", 32 "url": "git://github.com/stdlib-js/constants.git" 33 }, 34 "bugs": { 35 "url": "https://github.com/stdlib-js/stdlib/issues" 36 }, 37 "dependencies": { 38 "@stdlib/array": "^0.0.x", 39 "@stdlib/assert": "^0.0.x", 40 "@stdlib/number": "^0.0.x", 41 "@stdlib/utils": "^0.0.x" 42 }, 43 "devDependencies": { 44 "@stdlib/math": "^0.0.x", 45 "@stdlib/random": "^0.0.x", 46 "@stdlib/string": "^0.0.x", 47 "proxyquire": "^2.0.0", 48 "tape": "git+https://github.com/kgryte/tape.git#fix/globby", 49 "istanbul": "^0.4.1", 50 "tap-spec": "5.x.x" 51 }, 52 "engines": { 53 "node": ">=0.10.0", 54 "npm": ">2.7.0" 55 }, 56 "os": [ 57 "aix", 58 "darwin", 59 "freebsd", 60 "linux", 61 "macos", 62 "openbsd", 63 "sunos", 64 "win32", 65 "windows" 66 ], 67 "keywords": [ 68 "stdlib", 69 "standard", 70 "library", 71 "std", 72 "lib", 73 "constants", 74 "const" 75 ], 76 "funding": { 77 "type": "patreon", 78 "url": "https://www.patreon.com/athan" 79 } 80 }