1 | {
|
2 | "name": "unexpected",
|
3 | "version": "5.1.3",
|
4 | "author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",
|
5 | "keywords": [
|
6 | "assertion",
|
7 | "test",
|
8 | "assert"
|
9 | ],
|
10 | "license": "MIT",
|
11 | "bugs": "https://github.com/sunesimonsen/unexpected/issues",
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "https://github.com/sunesimonsen/unexpected"
|
15 | },
|
16 | "scripts": {
|
17 | "test": "make test",
|
18 | "travis": "make test && make test-phantomjs"
|
19 | },
|
20 | "main": "./lib/index.js",
|
21 | "dependencies": {
|
22 | "arraydiff": "0.1.1",
|
23 | "diff": "1.1.0",
|
24 | "leven": "1.0.0",
|
25 | "magicpen": "4.0.0"
|
26 | },
|
27 | "devDependencies": {
|
28 | "browserify": "5.9.1",
|
29 | "bundle-collapser": "^1.1.0",
|
30 | "coveralls": "^2.11.1",
|
31 | "es5-shim": "4.0.5",
|
32 | "istanbul": "0.3.5",
|
33 | "jshint": "2.5.6",
|
34 | "mocha": "2.0.1",
|
35 | "mocha-phantomjs": "3.5.1",
|
36 | "mocha-slow-reporter": "*",
|
37 | "phantomjs": "1.9.12",
|
38 | "serve": "*"
|
39 | }
|
40 | }
|