{
  "name": "collins-core-helper",
  "version": "1.0.0",
  "description": "Core helper module for the Collins system.",
  "main": "index.js",
  "scripts": {
    "lint": "semistandard",
    "mocha": "mocha ./test.js",
    "test": "npm run lint && npm run mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikemimik/collins-core-config.git"
  },
  "keywords": [
    "collins",
    "core",
    "helper"
  ],
  "author": "Michael Perrotte",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.1.2",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "semistandard": "^8.0.0"
  },
  "semistandard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
