mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
70 lines
1.4 KiB
JSON
70 lines
1.4 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"
|
|
},
|
|
"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/index.js",
|
|
"dependencies": {
|
|
"bluebird": "3.3.5"
|
|
},
|
|
"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"
|
|
}
|
|
}
|