csballz/koala-puree

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "koala-puree",
  "version": "0.0.9",
  "description": "a koa(koala) project meshup",
  "main": "index.js",
  "bin": {
    "koala-puree": "./bin/koala-puree.js"
  },
  "scripts": {
    "pretest": "cd testApp; npm link ../; cd ../",
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://www.github.com/csballz/koala-puree"
  },
  "keywords": [
    "koala",
    "koa",
    "project",
    "meshup"
  ],
  "author": "Wong Shek Hei Felix",
  "license": "ISC",
  "dependencies": {
    "@shekhei/koala": "^1.0.0",
    "@shekhei/orientose": "^0.3.20",
    "@shekhei/pkginfo": "^0.3.0",
    "any-promise": "^1.1.0",
    "bluebird": "^3.3.4",
    "closest-package": "^1.0.0",
    "co": "^4.5.4",
    "co-body": "^4.0.0",
    "co-dust": "^0.1.0",
    "co-multipart": "^2.0.0",
    "commander": "2",
    "cookies": "git://github.com/shekhei/cookies.git",
    "debug": "^2.2.0",
    "dir-config-loader": "0.0.1",
    "dustjs-helpers": "^1.7.3",
    "dustjs-linkedin": "^2.7.2",
    "eventemitter2": "^1.0.0",
    "extend": "^3.0.0",
    "glob": "^7.0.3",
    "istanbul": "^0.4.2",
    "jsdoc": "git://github.com/jsdoc3/jsdoc.git",
    "jsonwebtoken": "^5.7.0",
    "koa-compose": "^2.4.0",
    "koa-override-method": "^1.0.0",
    "koa-passport": "^1.3.0",
    "koa-send": "^3.1.1",
    "koa-trie-router": "^1.0.10",
    "lodash": "^4.6.1",
    "mdns": "git://github.com/shekhei/node_mdns.git",
    "methods": "^1.1.2",
    "mkdirp": "^0.5.1",
    "mock-req": "^0.2.0",
    "mock-res": "^0.3.0",
    "moment": "^2.12.0",
    "mz": "^2.3.1",
    "node-forge": "^0.6.39",
    "pmx": "^0.6.1",
    "querystring": "^0.2.0",
    "read-yaml": "^1.0.0",
    "semver": "^5.1.0",
    "socket.io": "^1.4.5",
    "socket.io-client": "^1.4.5",
    "spdy": "^3.2.3"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.26",
    "babel-istanbul": "^0.5.9",
    "chai": "^3.4.1",
    "chai-http": "^1.0.0",
    "del": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-run": "^1.6.8",
    "istanbul": "^0.4.1",
    "jsdoc": "git://github.com/jsdoc3/jsdoc.git",
    "matcha": "^0.6.1",
    "mocha": "^2.2.5"
  }
}