quinn-controller
Version:
An almost simple controller system for quinn
36 lines (35 loc) • 850 B
JSON
{
"name": "quinn-controller",
"version": "1.0.2",
"description": "An almost simple controller system for quinn",
"main": "index.js",
"scripts": {
"test": "jshint index.js express.js test && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/quinnjs/quinn-controller.git"
},
"keywords": [
"quinn",
"controller"
],
"author": "Jan Krems <jan.krems@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quinnjs/quinn-controller/issues"
},
"homepage": "https://github.com/quinnjs/quinn-controller",
"devDependencies": {
"assertive": "^1.4.0",
"concat-stream": "^1.4.6",
"express": "^4.10.0",
"jshint": "^2.5.6",
"mocha": "^2.0.1",
"quinn-respond": "^3.1.1"
},
"dependencies": {
"bluebird": "^2.3.6",
"quinn-express": "^1.0.0"
}
}