mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 16:27:12 +10:00
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"author": "Jake Luer <jake@alogicalparadox.com>",
|
||||
"name": "chai",
|
||||
"npmName": "chai",
|
||||
"npmFileMap": [{
|
||||
"basePath": "/dist/",
|
||||
"files": [
|
||||
"*"
|
||||
]
|
||||
}],
|
||||
"filename": "chai.js",
|
||||
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
|
||||
"keywords": [ "test", "assertion", "assert", "testing", "chai" ],
|
||||
@@ -26,16 +33,16 @@
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"assertion-error": "1.0.0"
|
||||
, "deep-eql": "0.1.3"
|
||||
"assertion-error": "1.0.0",
|
||||
"deep-eql": "0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"component": "*"
|
||||
, "karma": "0.11.12"
|
||||
, "karma-mocha": "*"
|
||||
, "karma-sauce-launcher": "0.2.0"
|
||||
, "karma-phantomjs-launcher": "0.1.1"
|
||||
, "mocha": "1.8.2"
|
||||
, "istanbul": "~0.1.44"
|
||||
"component": "*",
|
||||
"karma": "0.11.12",
|
||||
"karma-mocha": "*",
|
||||
"karma-sauce-launcher": "0.2.0",
|
||||
"karma-phantomjs-launcher": "0.1.1",
|
||||
"mocha": "1.8.2",
|
||||
"istanbul": "~0.1.44"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user