Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created May 7, 2014 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusoftnet/450ff01a7eb86105cdcf to your computer and use it in GitHub Desktop.
Save marcusoftnet/450ff01a7eb86105cdcf to your computer and use it in GitHub Desktop.
KoaBlog package.json
{
"name": "KoaMongoBlog",
"description": "A very simple blog using mongo via monk",
"version": "0.0.1",
"dependencies": {
"co": "^3.0.0",
"co-body": "0.0.1",
"co-views": "^0.1.0",
"koa": "^0.5.0",
"koa-logger": "^1.1.0",
"koa-route": "^1.0.2",
"swig": "^1.2.2",
"monk": "^0.8.1",
"co-monk":"^1.0.0"
},
"devDependencies": {
"co": "*",
"mocha": "*",
"should": "*",
"supertest": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --harmony-generators test.js -u bdd -R spec",
"start" : "node --harmony app.js"
},
"engines": {
"node": ">= 11.9"
},
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment