{
    "name": "promises-aplus-tests-phantom",
    "description": "Compliance test suite for Promises/A+ that work in phantom-s",
    "keywords": ["promises", "promises-aplus"],
    "version": "2.1.0-revise",
    "implements": ["Promises/A+ 1.1.0"],
    "author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenic.me)",
    "license": "WTFPL",
    "repository": {
        "type": "git",
        "url": "git://github.com/calvinmetcalf/promises-tests.git"
    },
    "bugs": "https://github.com/calvinmetcalf/promises-tests/issues",
    "main": "lib/programmaticRunner.js",
    "bin": {
        "promises-aplus-tests": "lib/cli.js"
    },
    "scripts": {
        "lint": "jshint lib",
        "test": "mocha",
        "prepublish": "node ./scripts/generateTestFiles.js"
    },
    "dependencies": {
        "mocha": "~1.21.4",
        "sinon": "^1.10.3",
        "underscore": "~1.6.0"
    },
    "devDependencies": {
        "jshint": "~2.4.4"
    },
    "browser": {
        "mocha": false
    }
}
