mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
46 lines
830 B
JSON
46 lines
830 B
JSON
{
|
|
"name": "thinkjs",
|
|
"description": "thinkphp web framework for nodejs",
|
|
"version": "0.1.28",
|
|
"author": {
|
|
"name": "welefen",
|
|
"email": "welefen@gmail.com"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"contributors": [{
|
|
"name": "welefen",
|
|
"email": "welefen@gmail.com"
|
|
}],
|
|
"dependencies": {
|
|
"ejs": "0.8.4",
|
|
"cookie": "0.1.0",
|
|
"multiparty": "3.0.0",
|
|
"when": "2.5.1",
|
|
"mime": "1.2.11",
|
|
"mysql": "2.0.0-alpha9"
|
|
},
|
|
"keywords": [
|
|
"thinkjs",
|
|
"framework",
|
|
"web",
|
|
"rest",
|
|
"restful",
|
|
"router",
|
|
"app",
|
|
"api"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/welefen/thinkjs"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/welefen/thinkjs/issues"
|
|
}
|
|
}
|