UNPKG

643 BJSONView Raw
1{
2 "author": "Steve Mason",
3 "name": "expectations",
4 "description": "jasmine-style 'expect' calls for mocha and other test frameworks",
5 "version": "0.2.0",
6 "engines": {
7 "node": ">=0.8"
8 },
9 "dependencies": {},
10 "devDependencies": {
11 "mocha": "~1.8.2",
12 "testem": "~0.2.77"
13 },
14 "optionalDependencies": {},
15 "main": "expectations.js",
16 "directories": {
17 "test": "test"
18 },
19 "scripts": {
20 "test": "./runTests"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git://github.com/spmason/expectations.git"
25 },
26 "keywords": [
27 "expect",
28 "mocha",
29 "jasmine",
30 "assertion"
31 ],
32 "license": "BSD"
33}