| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "author": "Jake Luer <jake@alogicalparadox.com>", |
| 3 "name": "chai", |
| 4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr
amework agnostic.", |
| 5 "keywords": [ |
| 6 "test", |
| 7 "assertion", |
| 8 "assert", |
| 9 "testing", |
| 10 "chai" |
| 11 ], |
| 12 "homepage": "http://chaijs.com", |
| 13 "license": "MIT", |
| 14 "contributors": [ |
| 15 "Jake Luer <jake@alogicalparadox.com>", |
| 16 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)
", |
| 17 "Veselin Todorov <hi@vesln.com>", |
| 18 "John Firebaugh <john.firebaugh@gmail.com>" |
| 19 ], |
| 20 "version": "3.5.0", |
| 21 "repository": { |
| 22 "type": "git", |
| 23 "url": "https://github.com/chaijs/chai" |
| 24 }, |
| 25 "bugs": { |
| 26 "url": "https://github.com/chaijs/chai/issues" |
| 27 }, |
| 28 "main": "./index", |
| 29 "scripts": { |
| 30 "test": "make test" |
| 31 }, |
| 32 "engines": { |
| 33 "node": ">= 0.4.0" |
| 34 }, |
| 35 "dependencies": { |
| 36 "assertion-error": "^1.0.1", |
| 37 "deep-eql": "^0.1.3", |
| 38 "type-detect": "^1.0.0" |
| 39 }, |
| 40 "devDependencies": { |
| 41 "browserify": "^10.2.1", |
| 42 "bump-cli": "^1.1.3", |
| 43 "karma": "^0.13.16", |
| 44 "karma-mocha": "^0.1.10", |
| 45 "karma-sauce-launcher": "^0.2.11", |
| 46 "karma-phantomjs-launcher": "^0.2.0", |
| 47 "karma-firefox-launcher": "^0.1.6", |
| 48 "mocha": "^2.2.5", |
| 49 "istanbul": "^0.3.14" |
| 50 } |
| 51 } |
| OLD | NEW |