You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
448 B
26 lines
448 B
{
|
|
"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": {}
|
|
}
|
|
|