{
    "name": "mip-validator",
    "version": "1.5.15",
    "description": "MIP validator",
    "main": "index.js",
    "dependencies": {
        "commander": "^2.9.0",
        "jschardet": "^1.4.1",
        "lodash": "^4.17.2",
        "parse5": "^3.0.1"
    },
    "browserify": {
        "transform": [
            [
                "babelify",
                {
                    "presets": [
                        "es2015"
                    ],
                    "global": true
                }
            ],
            [
                "aliasify",
                {
                    "aliases": {
                        "jschardet": "./src/encoding/fake-jschardet.js",
                        "lodash": "./node_modules/lodash/lodash.min.js"
                    }
                }
            ]
        ]
    },
    "devDependencies": {
        "aliasify": "^2.1.0",
        "babel-preset-es2015": "^6.13.2",
        "babelify": "^7.3.0",
        "browserify": "^13.1.0",
        "chai": "^3.5.0",
        "chai-as-promised": "^6.0.0",
        "changelog": "^1.0.7",
        "coveralls": "^2.11.9",
        "eslint": "^3.19.0",
        "eslint-config-standard": "^10.2.1",
        "eslint-plugin-import": "^2.2.0",
        "eslint-plugin-mocha": "^4.9.0",
        "eslint-plugin-node": "^4.2.2",
        "eslint-plugin-promise": "^3.5.0",
        "eslint-plugin-standard": "^3.0.1",
        "git-changelog": "^1.0.1",
        "istanbul": "^0.4.3",
        "mocha": "^3.2.0",
        "mock-fs": "^3.11.0",
        "sinon": "^1.17.6",
        "sinon-chai": "^2.8.0",
        "supertest": "^2.0.1",
        "uglifyjs": "^2.4.10"
    },
    "engines": {
        "node": ">=4.0.0"
    },
    "scripts": {
        "test": "DEBUG='mip-validator:' mocha && npm run test:e2e",
        "test:e2e": "make cases",
        "lint": "eslint src/ test/ bin/ index.js",
        "preversion": "npm run lint && npm test",
        "version": "make dist && git add -A dist",
        "postversion": "git push && git push --tags && npm publish"
    },
    "bin": {
        "mip-validator": "./bin/cli.js",
        "mip-validator-http": "./bin/http.js",
        "mip-validator-socket": "./bin/socket.js"
    },
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com:mipengine/mip-validator.git"
    },
    "keywords": [
        "MIP",
        "validator"
    ],
    "author": "harttle",
    "license": "ISC"
}
