{
    "name": "testjs",
    "description": "A compact testing module for node.js.",
    "version": "1.0.4",
    "author": "Daniel Wirtz <dcode@dcode.io>",
    "repository": {
        "type": "git",
        "url": "https://github.com/dcodeIO/test.js.git"
    },
    "bugs": {
        "url": "https://github.com/dcodeIO/test.js/issues"
    },
    "keywords": ["testing", "spec", "test", "development", "dev", "unit test", "unittest"],
    "main": "./test.js",
    "bin": {
        "testjs": "./bin/testjs"
    },
    "dependencies": {
        "ascli": "~0.3"
    },
    "devDependencies": {},
    "license": "Apache-2.0",
    "scripts": {
        "test": "node ./tests/run.js"
    }
}