💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › node_modules › chai › bower.… captured on 2023-01-29 at 11:37:44. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
bower.json (448B)
1 { 2 "name": "chai", 3 "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", 4 "license": "MIT", 5 "keywords": [ 6 "test", 7 "assertion", 8 "assert", 9 "testing", 10 "chai" 11 ], 12 "main": "chai.js", 13 "ignore": [ 14 "build", 15 "components", 16 "lib", 17 "node_modules", 18 "support", 19 "test", 20 "index.js", 21 "Makefile", 22 ".*" 23 ], 24 "dependencies": {}, 25 "devDependencies": {} 26 }