thinkjs/package.json
2015-06-10 12:13:26 +08:00

62 lines
1.4 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": "./node_modules/mocha/bin/mocha --reporter spec --timeout 10000 --recursive test/",
"test-cov": "./node_modules/.bin/istanbul cover --report html ./node_modules/mocha/bin/_mocha -- -t 10000 --recursive -R spec test/",
"compile": "./node_modules/.bin/babel --loose all --optional runtime --stage 0 --modules common src/ --out-dir lib/",
"prepublish": "npm run compile"
},
"contributors": [
{
"name": "welefen",
"email": "welefen@gmail.com"
}
],
"main": "lib/index.js",
"dependencies": {
"swig": "1.4.2",
"multiparty": "4.0.0",
"mime": "1.3.4",
"mysql": "2.5.3",
"websocket-driver": "0.4.0",
"thinkit": "2.x.x",
"babel-runtime": "5.4.3",
"co": "4.5.4",
"colors": "1.1.0"
},
"devDependencies": {
"mocha": "1.20.1",
"muk": "0.3.1",
"istanbul": "*",
"babel": "*"
},
"keywords": [
"thinkjs",
"framework",
"web",
"rest",
"restful",
"router",
"app",
"api",
"es6"
],
"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"
}
}