mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
27 lines
470 B
JSON
27 lines
470 B
JSON
{
|
|
"name": "chai",
|
|
"version": "2.3.0",
|
|
"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": {}
|
|
}
|