thinkjs/package.json
2015-05-22 13:09:05 +08:00

56 lines
1.0 KiB
JSON

{
"name": "thinkjs",
"description": "A Node.js MVC & Restful Framework Support Promise & Generator Function",
"version": "2.0.0",
"author": {
"name": "welefen",
"email": "welefen@gmail.com"
},
"scripts": {
"test": "make test"
},
"contributors": [
{
"name": "welefen",
"email": "welefen@gmail.com"
}
],
"dependencies": {
"swig": "1.4.2",
"multiparty": "4.0.0",
"mime": "1.2.11",
"mysql": "2.5.3",
"websocket-driver": "0.4.0",
"thinkit": "2.x.x",
"babel-runtime": "5.4.3"
},
"devDependencies": {
"should": "4.0.4",
"jshint": "2.5.1",
"mocha": "1.20.1",
"muk": "0.3.1",
"istanbul": "*"
},
"keywords": [
"thinkjs",
"framework",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/welefen/thinkjs"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/welefen/thinkjs/issues"
}
}