github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/npm/testdata/flattened_node_modules/node_modules/chai/package.json (about) 1 { 2 "author": "Jake Luer <jake@alogicalparadox.com>", 3 "name": "chai", 4 "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", 5 "keywords": [ 6 "test", 7 "assertion", 8 "assert", 9 "testing", 10 "chai" 11 ], 12 "homepage": "http://chaijs.com", 13 "license": "MIT", 14 "contributors": [ 15 "Jake Luer <jake@alogicalparadox.com>", 16 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)", 17 "Veselin Todorov <hi@vesln.com>", 18 "John Firebaugh <john.firebaugh@gmail.com>" 19 ], 20 "version": "4.1.2", 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/chaijs/chai" 24 }, 25 "bugs": { 26 "url": "https://github.com/chaijs/chai/issues" 27 }, 28 "main": "./index", 29 "scripts": { 30 "test": "make test" 31 }, 32 "engines": { 33 "node": ">=4" 34 }, 35 "dependencies": { 36 "assertion-error": "^1.0.1", 37 "check-error": "^1.0.1", 38 "deep-eql": "^3.0.0", 39 "get-func-name": "^2.0.0", 40 "pathval": "^1.0.0", 41 "type-detect": "^4.0.0" 42 }, 43 "devDependencies": { 44 "browserify": "^14.4.0", 45 "bump-cli": "^1.1.3", 46 "istanbul": "^0.4.3", 47 "karma": "^1.0.0", 48 "karma-firefox-launcher": "^1.0.0", 49 "karma-mocha": "^1.0.1", 50 "karma-phantomjs-launcher": "^1.0.0", 51 "karma-sauce-launcher": "^1.0.0", 52 "mocha": "^3.0.0" 53 } 54 }