1
0
Fork 0
arangodb/js/node/node_modules/chai/package.json

94 lines
2.1 KiB
JSON

{
"author": {
"name": "Jake Luer",
"email": "jake@alogicalparadox.com"
},
"name": "chai",
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
"keywords": [
"test",
"assertion",
"assert",
"testing",
"chai"
],
"homepage": "http://chaijs.com",
"license": "MIT",
"contributors": [
{
"name": "Jake Luer",
"email": "jake@alogicalparadox.com"
},
{
"name": "Domenic Denicola",
"email": "domenic@domenicdenicola.com",
"url": "http://domenicdenicola.com"
},
{
"name": "Veselin Todorov",
"email": "hi@vesln.com"
},
{
"name": "John Firebaugh",
"email": "john.firebaugh@gmail.com"
}
],
"version": "3.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/chaijs/chai.git"
},
"bugs": {
"url": "https://github.com/chaijs/chai/issues"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"assertion-error": "^1.0.1",
"deep-eql": "^0.1.3",
"type-detect": "^1.0.0"
},
"devDependencies": {
"browserify": "^10.2.1",
"bump-cli": "^1.1.3",
"karma": "^0.12.0",
"karma-mocha": "^0.1.10",
"karma-sauce-launcher": "^0.2.11",
"karma-phantomjs-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"mocha": "^2.2.5",
"istanbul": "^0.3.14"
},
"gitHead": "084a419d81338b4559fb56a53ec48bb552f2be82",
"_id": "chai@3.0.0",
"_shasum": "71bfd1034fc8c2d8c5053875bb38f59b2a6f1928",
"_from": "chai@3.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "chaijs",
"email": "chaijs@keithcirkel.co.uk"
},
"maintainers": [
{
"name": "jakeluer",
"email": "jake@alogicalparadox.com"
},
{
"name": "chaijs",
"email": "chaijs@keithcirkel.co.uk"
}
],
"dist": {
"shasum": "71bfd1034fc8c2d8c5053875bb38f59b2a6f1928",
"tarball": "http://registry.npmjs.org/chai/-/chai-3.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/chai/-/chai-3.0.0.tgz",
"readme": "ERROR: No README data found!"
}