{
    "name": "not-inform-rule-tag",
    "version": "0.1.1",
    "description": "not-* family sink rule by tag",
    "main": "index.js",
    "scripts": {
        "test": "./node_modules/.bin/mocha --reporter spec",
        "pretest": "./node_modules/.bin/eslint ./src/**/**",
        "lint": "./node_modules/.bin/eslint ./src/**/**",
        "docs": "./node_modules/.bin/jsdoc -c jsdoc.json",
        "cover": "istanbul cover _mocha $(find ./test -name \"*.js\" -not -path \"./node_modules/*\")"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/interrupter/not-inform-rule-tag.git"
    },
    "keywords": [
        "not-framework",
        "not-node",
        "inform",
        "rule"
    ],
    "author": "interrupter <alex.repin@mail.ru> (http://github.com/interrupter)",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/interrupter/not-inform-rule-tag/issues"
    },
    "homepage": "https://github.com/interrupter/not-inform-rule-tag#readme",
    "dependencies": {
        "not-inform": "*",
        "not-path": "*"
    },
    "devDependencies": {
        "chai": "*",
        "chai-as-promised": "*",
        "eslint": "*",
        "ink-docstrap": "^1.3.2",
        "istanbul": "*",
        "jsdoc": "^4.0.4",
        "mocha": "*"
    }
}