OLD | NEW |
1 { | 1 { |
2 "author": "Jake Luer <jake@alogicalparadox.com>", | 2 "author": "Jake Luer <jake@alogicalparadox.com>", |
3 "name": "chai", | 3 "name": "chai", |
4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr
amework agnostic.", | 4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr
amework agnostic.", |
5 "keywords": [ "test", "assertion", "assert", "testing", "chai" ], | 5 "keywords": [ "test", "assertion", "assert", "testing", "chai" ], |
6 "homepage": "http://chaijs.com", | 6 "homepage": "http://chaijs.com", |
7 "license": "MIT", | 7 "license": "MIT", |
8 "contributors": [ | 8 "contributors": [ |
9 "Jake Luer <jake@alogicalparadox.com>", | 9 "Jake Luer <jake@alogicalparadox.com>", |
10 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)
", | 10 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)
", |
(...skipping 22 matching lines...) Expand all Loading... |
33 "devDependencies": { | 33 "devDependencies": { |
34 "component": "*" | 34 "component": "*" |
35 , "karma": "0.12.x" | 35 , "karma": "0.12.x" |
36 , "karma-mocha": "*" | 36 , "karma-mocha": "*" |
37 , "karma-sauce-launcher": "0.2.x" | 37 , "karma-sauce-launcher": "0.2.x" |
38 , "karma-phantomjs-launcher": "0.1.1" | 38 , "karma-phantomjs-launcher": "0.1.1" |
39 , "mocha": "1.21.x" | 39 , "mocha": "1.21.x" |
40 , "istanbul": "0.2.x" | 40 , "istanbul": "0.2.x" |
41 } | 41 } |
42 } | 42 } |
OLD | NEW |