UNPKG

koan

Version:

A Koa.js Application Boilerplate

88 lines (87 loc) 2.17 kB
{ "name": "koan", "description": "A Koa.js Application Boilerplate", "version": "0.0.17", "homepage": "https://github.com/koanjs/koan", "keywords": [ "koa", "koajs", "koa.js", "web", "web-framework", "framework", "mvc", "app", "application", "generators", "es6", "harmony", "koan", "koanjs", "koan.js", "boilerplate" ], "dependencies": { "koa": "^0.7.0", "koan-views": "0.0.4", "koa-route": "^1.1.0", "lodash": "^2.4.1", "fs-extra": "^0.9.1", "redis": "^0.10.3", "ejs": "^1.0.0", "koa-compose": "^2.2.0", "methods": "^1.0.1", "commander": "^2.2.0", "colors": "^0.6.2", "async": "^0.9.0", "jugglingdb": "^0.2.14", "co-jugglingdb": "^2.0.1" }, "devDependencies": { "koa-csrf": "^1.1.1", "koa-session": "^2.0.0", "koa-response-time": "^1.0.2", "koa-logger": "^1.2.1", "koan-errors": "0.0.5", "koa-conditional-get": "^1.0.2", "koa-etag": "^1.2.4", "koa-compress": "^1.0.7", "koa-static": "^1.4.3", "mocha": "^1.20.0", "wrench": "^1.5.8", "should": "^4.0.1", "supertest": "^0.13.0", "istanbul": "https://github.com/gotwarlost/istanbul/archive/harmony.tar.gz", "coveralls": "^2.10.0", "pre-commit": "0.0.7" }, "scripts": { "start": "node --harmony index.js", "debug": "node debug --harmony index.js", "test": "PORT=9999 NODE_ENV=test node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha --report lcovonly -- --recursive test/**/*.js -R spec", "posttest": "cat ./coverage/lcov.info | (./node_modules/coveralls/bin/coveralls.js || true) && rm -rf ./coverage" }, "engines": { "node": ">= 0.11.3" }, "main": "./lib/index", "directories": { "lib": "lib" }, "bin": { "koan": "./bin/koan.js" }, "preferGlobal": true, "repository": { "type": "git", "url": "git://github.com:koanjs/koan.git" }, "bugs": { "url": "http://github.com/koanjs/koan/issues" }, "author": "Ruslan Bredikhin", "license": { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } }