{
    "name": "qnode-rest",
    "version": "1.0.25",
    "description": "Node.js RESTful API framework",
    "main": "src/index.js",
    "scripts": {
        "cover": "node ./node_modules/istanbul/lib/cli.js cover --include-all-sources ./node_modules/jasmine/bin/jasmine.js",
        "test": "node ./node_modules/jasmine/bin/jasmine.js",
        "lint": "./node_modules/.bin/eslint -f stylish --cache --cache-location ./build/eslint/cache/ --color ./src/",
        "watch": "./node_modules/.bin/esw --watch -f stylish --cache --cache-location ./build/eslint/cache/ --color ./src/"
    },
    "repository": "git@github.com:qiangyt/qnode-rest.git",
    "author": "Qiang Yiting <qiangyt@wxcount.com> (https://github.com/qiangyt)",
    "keywords": [
        "RESTful",
        "REST",
        "API",
        "http",
        "Swagger"
    ],
    "bugs": {
        "url": "https://github.com/qiangyt/qnode-rest/issues"
    },
    "engines": {
        "node": ">=8"
    },
    "private": false,
    "license": "MIT",
    "dependencies": {
        "kcors": "2.2.1",
        "koa": "2.3.0",
        "koa-body": "2.3.0",
        "koa-logger": "3.0.1",
        "koa-router": "7.2.1",
        "qnode-beans": "1.2.6",
        "qnode-config": "1.0.8",
        "qnode-error": "1.0.6",
        "qnode-log": "1.0.4"
    },
    "devDependencies": {
        "babel": "6.23.0",
        "babel-cli": "6.24.1",
        "babel-eslint": "7.2.3",
        "babel-preset-es2015": "6.24.1",
        "babel-preset-stage-0": "6.24.1",
        "eslint": "4.3.0",
        "eslint-stylish": "0.2.0",
        "eslint-watch": "3.1.2",
        "istanbul": "1.1.0-alpha.1",
        "jasmine": "2.7.0",
        "jasmine-supertest": "1.0.0",
        "mock-fs": "4.4.1",
        "mock-require": "2.0.2",
        "sinon": "2.4.1",
        "supertest": "3.0.0"
    },
    "browser": {
        "os": false
    }
}
