{
    "name": "thinkjs-behavior-ejs",
    "description": "这是一个ThinkJS的插件，实现EJS模版的前后台共享。",
    "version": "0.0.4",
    "main": "lib/EjsBehavior",
    "author": {
        "name": "Max Zhang",
        "email": "zhangdaiping@gmail.com",
        "url": "https://github.com/maxzhang"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/maxzhang/thinkjs-behavior-ejs.git"
    },
    "dependencies": {
        "ejs": "^1.0.0"
    },
    "devDependencies": {
        "blanket": "^1.1.6",
        "ejs": "^1.0.0",
        "mocha": "^1.21.3",
        "thinkjs": "^1.1"
    },
    "config": {
        "blanket": {
            "pattern": "lib",
            "data-cover-never": [
                "node_modules",
                "test"
            ]
        }
    }
}
