{
    "name": "edp",
    "description": "Enterprise Develop Platform",
    "version": "1.1.2",
    "contributors": [
        { "name": "errorrik", "email": "errorrik@gmail.com" },
        { "name": "otakustay", "email" : "otakustay@live.com" },
        { "name": "leeight", "email" : "leeight@gmail.com" },
        { "name": "firede", "email" : "firede@firede.us" },
        { "name": "treelite", "email" : "c.xinle@gmail.com" },
        { "name": "ostream", "email" : "ostream.song@gmail.com" },
        { "name": "virola", "email" : "virola.zhu@gmail.com" },
        { "name": "Leo Wang", "email" : "leowang721@gmail.com" },
        { "name": "fanxueliang", "email" : "fanxueliang.g@gmail.com" },
        { "name": "chris", "email" : "wfsr@foxmail.com" },
        { "name": "Ielgnaw", "email": "wuji0223@126.com" }
    ],
    "preferGlobal": true,
    "scripts": {
        "test": "make -C test"
    },
    "dependencies": {
        "edp-core": "~1.0.12",
        "edp-config": "~1.0.2",
        "msee": "~0.1.2",
        "sprintf": "~0.1.3"
    },
    "devDependencies": {
        "jasmine-node": "^1.14.5"
    },
    "repository": "git://github.com/ecomfe/edp",
    "bin": {
        "edp": "./bin/edp-cli"
    },
    "license": "MIT",
    "edp": {
        "extensions": {
            "edp-core": [ "install", "outdated" ],
            "edp-config": [ "config" ],
            "edp-web": [ "web" ],
            "edp-build": [ "build" ],
            "edp-package": [ "import", "search", "update" ],
            "edp-project": [ ],
            "edp-webserver": [ ],
            "edp-watch": [ ],
            "edp-lint": [ "htmlhint", "csslint", "jshint", "lesslint" ],
            "edp-beautify": [ "beautify" ],
            "edp-doctor": [ "doctor" ],
            "edp-minify": [ "minify" ],
            "edp-test": [ "test" ]
        }
    }
}
