csballz/koala-puree

View on GitHub
testApp/package.json

Summary

Maintainability
Test Coverage
{
  "name": "koala-puree-test",
  "version": "0.0.1",
  "description": "testapp",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "koala-puree": "*"
  },
  "services": {
    "koala-puree-test": "0.0.1"
  },
  "devDependencies": {
    "mocha": "^2.1.0"
  }
}