{
    "name": "samsam",
    "version": "1.1.2",
    "description": "Value identification and comparison functions",
    "homepage": "http://busterjs.org/docs/buster-assertions",
    "author": "Christian Johansen",
    "contributors": [{
        "name": "Christian Johansen",
        "email": "christian@cjohansen.no",
        "url": "http://cjohansen.no"
    }, {
        "name": "August Lilleaas",
        "email": "august.lilleaas@gmail.com",
        "url": "http://augustl.com"
    }, {
        "name": "Daniel Wittner",
        "email": "d.wittner@gmx.de",
        "url": "https://github.com/dwittner"
    }],
    "main": "./lib/samsam",
    "repository": {
        "type": "git",
        "url": "https://github.com/busterjs/samsam.git"
    },
    "scripts": {
        "test": "node test/samsam-test.js",
        "test-debug": "node --debug-brk test/samsam-test.js"
    },
    "devDependencies": {
        "buster": "0.6.11"
    }
}
