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

96 lines
2.1 KiB
JSON

{
"_args": [
[
"chai@3.5.0",
"/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node"
]
],
"_from": "chai@3.5.0",
"_id": "chai@3.5.0",
"_inBundle": false,
"_integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=",
"_location": "/chai",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chai@3.5.0",
"name": "chai",
"escapedName": "chai",
"rawSpec": "3.5.0",
"saveSpec": null,
"fetchSpec": "3.5.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz",
"_spec": "3.5.0",
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
"author": {
"name": "Jake Luer",
"email": "jake@alogicalparadox.com"
},
"bugs": {
"url": "https://github.com/chaijs/chai/issues"
},
"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"
}
],
"dependencies": {
"assertion-error": "^1.0.1",
"deep-eql": "^0.1.3",
"type-detect": "^1.0.0"
},
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
"devDependencies": {
"browserify": "^10.2.1",
"bump-cli": "^1.1.3",
"istanbul": "^0.3.14",
"karma": "^0.13.16",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sauce-launcher": "^0.2.11",
"mocha": "^2.2.5"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "http://chaijs.com",
"keywords": [
"test",
"assertion",
"assert",
"testing",
"chai"
],
"license": "MIT",
"main": "./index",
"name": "chai",
"repository": {
"type": "git",
"url": "git+https://github.com/chaijs/chai.git"
},
"scripts": {
"test": "make test"
},
"version": "3.5.0"
}