{
  "dirs": [],
  "files": [],
  "name": "node-mocha",
  "message": "Start by running: \"$ npm install && npm test\" on the project",
  "package" : {
    "name": "",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
      "test": "echo \"Run mocha vs test/\" && node ./node_modules/mocha/bin/mocha ./test"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
      "mocha": "^3.2.0"
    }
  },
  "run": []
}
