1{
2  "author": {
3    "email": "thlorenz@gmx.de",
4    "name": "Thorsten Lorenz",
5    "url": "http://thlorenz.com"
6  },
7  "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
8  "devDependencies": {
9    "tape": "~1.0.2"
10  },
11  "directories": {
12    "example": "example",
13    "lib": ".",
14    "test": "test"
15  },
16  "keywords": [
17    "equality",
18    "equal",
19    "compare"
20  ],
21  "license": {
22    "type": "MIT",
23    "url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
24  },
25  "main": "index.js",
26  "name": "deep-is",
27  "repository": {
28    "type": "git",
29    "url": "http://github.com/thlorenz/deep-is.git"
30  },
31  "scripts": {
32    "test": "tape test/*.js"
33  },
34  "testling": {
35    "browsers": {
36      "chrome": [
37        10,
38        22
39      ],
40      "ff": [
41        3.5,
42        10,
43        15
44      ],
45      "ie": [
46        6,
47        7,
48        8,
49        9
50      ],
51      "opera": [
52        12
53      ],
54      "safari": [
55        5.1
56      ]
57    },
58    "files": "test/*.js"
59  },
60  "version": "0.1.3"
61}