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": [ "test", "assertion", "assert", "testing", "chai" ], | |
6 "homepage": "http://chaijs.com", | |
7 "license": "MIT", | |
8 "contributors": [ | |
9 "Jake Luer <jake@alogicalparadox.com>", | |
10 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)
", | |
11 "Veselin Todorov <hi@vesln.com>", | |
12 "John Firebaugh <john.firebaugh@gmail.com>" | |
13 ], | |
14 "version": "1.9.1", | |
15 "repository": { | |
16 "type": "git", | |
17 "url": "https://github.com/chaijs/chai" | |
18 }, | |
19 "bugs": { | |
20 "url": "https://github.com/chaijs/chai/issues" | |
21 }, | |
22 "main": "./index", | |
23 "scripts": { | |
24 "test": "make test" | |
25 }, | |
26 "engines": { | |
27 "node": ">= 0.4.0" | |
28 }, | |
29 "dependencies": { | |
30 "assertion-error": "1.0.0" | |
31 , "deep-eql": "0.1.3" | |
32 }, | |
33 "devDependencies": { | |
34 "component": "*" | |
35 , "karma": "0.12.x" | |
36 , "karma-mocha": "*" | |
37 , "karma-sauce-launcher": "0.2.x" | |
38 , "karma-phantomjs-launcher": "0.1.1" | |
39 , "mocha": "1.17.x" | |
40 , "istanbul": "0.2.x" | |
41 } | |
42 } | |
OLD | NEW |