{
    "name": "microb",
    "version": "1.0.0-alpha.23",
    "description": "Another web framework but in Typescript :P",
    "keywords": [
        "Microb","mvc","framework","web"
    ],
    "bugs": "https://github.com/biopack/microb/issues",
    "repository": {
        "type": "git",
        "url": "https://github.com/biopack/microb.git"
    },
    "license": "GPL-3.0",
    "author": "scippio",
    "main": "lib/main.js",
    "types": "types/main.d.ts",
    "scripts": {
        "build": "gulp",
        "watch": "gulp watch",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "app-root-path": "^2.0.1",
        "eventemitter2": "^2.2.0",
        "lodash": "^4.17.2",
        "bluebird": "^3.4.6",
        "moment": "^2.17.1"
    },
    "devDependencies": {
        "@types/gulp": "3.8.32",
        "@types/gulp-typescript": "0.0.32",
        "@types/app-root-path": "1.2.4",
        "@types/merge2": "0.3.29",
        "@types/eventemitter2": "2.2.1",
        "@types/lodash": "4.14.52",
        "@types/bluebird": "3.0.37",
        "@types/node": "7.0.5",
        "gulp": "^3.9.1",
        "gulp-typescript": "^3.1.3",
        "typescript": "^2.0.9",
        "merge2": "^1.0.2"
    }
}
