package.json (1335B)
1 { 2 "name": "@stdlib/assert/tools", 3 "version": "0.0.0", 4 "description": "Standard library assertion utility tools.", 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 "lib": "./lib", 20 "test": "./test" 21 }, 22 "types": "./docs/types", 23 "scripts": {}, 24 "homepage": "https://github.com/stdlib-js/stdlib", 25 "repository": { 26 "type": "git", 27 "url": "git://github.com/stdlib-js/stdlib.git" 28 }, 29 "bugs": { 30 "url": "https://github.com/stdlib-js/stdlib/issues" 31 }, 32 "dependencies": {}, 33 "devDependencies": {}, 34 "engines": { 35 "node": ">=0.10.0", 36 "npm": ">2.7.0" 37 }, 38 "os": [ 39 "aix", 40 "darwin", 41 "freebsd", 42 "linux", 43 "macos", 44 "openbsd", 45 "sunos", 46 "win32", 47 "windows" 48 ], 49 "keywords": [ 50 "stdlib", 51 "stdassert", 52 "assertion", 53 "assert", 54 "expectation", 55 "expect", 56 "utilities", 57 "utility", 58 "utils", 59 "util", 60 "test", 61 "check", 62 "validate", 63 "validation", 64 "valid", 65 "is", 66 "isvalid", 67 "type", 68 "tool", 69 "tools" 70 ] 71 }