thinknode
Version:
A fast, flexible and all-in-one web framework for node.js.
74 lines (73 loc) • 1.75 kB
JSON
{
"name": "thinknode",
"version": "4.8.14",
"description": "A fast, flexible and all-in-one web framework for node.js.",
"scripts": {
"test": "npm run eslint && npm run test-cov",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 50000 --recursive -R spec test/",
"compile": "babel src -d lib",
"watch-compile": "npm run compile -- --watch",
"prepublish": "npm run compile && npm test",
"eslint": "eslint src/"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/richenlin/thinknode.git"
},
"keywords": [
"web",
"nodejs",
"framework",
"mvc",
"es6",
"es7",
"restful",
"think",
"thinknode"
],
"engines": {
"node": ">4.0.0"
},
"author": {
"name": "richenlin",
"email": "richenlin@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/richenlin/thinknode/issues"
},
"homepage": "https://github.com/richenlin/thinknode",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-2": "^6.22.0",
"debug": "^2.2.0",
"eslint": "^3.15.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"muk": "^0.5.3"
},
"dependencies": {
"babel-runtime": "6.22.0",
"bluebird": "3.5.0",
"ejs": "2.5.6",
"mime": "1.3.4",
"multiparty": "4.1.3",
"thinkorm": "1.x"
},
"maintainers": [
{
"name": "richenlin",
"email": "richenlin@gmail.com"
},
{
"name": "richerdlee",
"email": "richerdlee@163.com"
}
]
}