thinkjs/package.json
2017-03-27 19:08:59 +08:00

90 lines
1.8 KiB
JSON

{
"name": "thinkjs",
"description": "ThinkJS - Use full ES6/7 features to develop web applications, Support TypeScript",
"version": "3.0.0",
"author": {
"name": "welefen",
"email": "welefen@gmail.com"
},
"publishConfig": {
"tag": "next"
},
"scripts": {
"test": "eslint lib/ && nyc ava test/",
"coverage": "nyc report --reporter=html"
},
"contributors": [
{
"name": "welefen",
"email": "welefen@gmail.com"
},
{
"name": "im-kulikov",
"email": "im@kulikov.im"
},
{
"name": "maxzhang",
"email": "zhangdaiping@gmail.com"
},
{
"name": "akira-cn",
"email": "akira.cn@gmail.com"
},
{
"name": "qgy18",
"email": "quguangyu@gmail.com"
}
],
"main": "lib/application.js",
"dependencies": {
"bluebird": "3.3.5",
"cookies": "^0.7.0",
"debug": "^2.6.1",
"depd": "^1.1.0",
"koa": "^2.2.0",
"think-cache": "^1.0.0",
"think-cluster": "^1.0.0",
"think-config": "^1.0.0",
"think-helper": "^1.0.0",
"think-loader": "^1.0.0",
"think-logger3": "^1.0.0",
"think-pm2": "^1.0.0"
},
"devDependencies": {
"ava": "^0.18.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"eslint": "2.8.0",
"nyc": "^7.0.0"
},
"keywords": [
"thinkjs",
"framework",
"web",
"rest",
"restful",
"router",
"api",
"es6",
"es7",
"async",
"await",
"yield",
"websocket",
"generator-function",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/thinkjs/thinkjs"
},
"engines": {
"node": ">=0.12.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/thinkjs/thinkjs/issues"
}
}