blob: 165c3d16b83dab00e8a46f6772631754f014cbf0 [file] [log] [blame]
{
"author": {
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "http://thlorenz.com"
},
"description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
"devDependencies": {
"tape": "~1.0.2"
},
"directories": {
"example": "example",
"lib": ".",
"test": "test"
},
"keywords": [
"equality",
"equal",
"compare"
],
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
},
"main": "index.js",
"name": "deep-is",
"repository": {
"type": "git",
"url": "http://github.com/thlorenz/deep-is.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": {
"chrome": [
10,
22
],
"ff": [
3.5,
10,
15
],
"ie": [
6,
7,
8,
9
],
"opera": [
12
],
"safari": [
5.1
]
},
"files": "test/*.js"
},
"version": "0.1.3"
}