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

95 lines
2.2 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.4.1",
"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": "5def52c217fa4fa90c0507dfe1d0000268908f1c",
"_id": "chai@3.4.1",
"_shasum": "330ae2f819124c26182036fa5e43a88ea4e1bd85",
"_from": "chai@3.4.1",
"_npmVersion": "3.3.8",
"_nodeVersion": "4.1.2",
"_npmUser": {
"name": "chaijs",
"email": "chaijs@keithcirkel.co.uk"
},
"dist": {
"shasum": "330ae2f819124c26182036fa5e43a88ea4e1bd85",
"tarball": "http://registry.npmjs.org/chai/-/chai-3.4.1.tgz"
},
"maintainers": [
{
"name": "jakeluer",
"email": "jake@alogicalparadox.com"
},
{
"name": "chaijs",
"email": "chaijs@keithcirkel.co.uk"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/chai/-/chai-3.4.1.tgz",
"readme": "ERROR: No README data found!"
}