Files
hsmod_original/hm_sunwell/node_modules/chai/bower.json
T
WatermelonModders fc5cb0c32c Initial commit
2022-05-31 12:35:46 -04:00

27 lines
448 B
JSON

{
"name": "chai",
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
"license": "MIT",
"keywords": [
"test",
"assertion",
"assert",
"testing",
"chai"
],
"main": "chai.js",
"ignore": [
"build",
"components",
"lib",
"node_modules",
"support",
"test",
"index.js",
"Makefile",
".*"
],
"dependencies": {},
"devDependencies": {}
}