adoyle-h/Ero.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ero",
  "version": "0.2.3",
  "description": "An error library provides simple functions for building your own customized errors.",
  "main": "index.js",
  "keywords": [
    "error",
    "customized"
  ],
  "scripts": {
    "test": "node test"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "author": "ADoyle <adoyle.h@gmail.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/adoyle-h/Ero.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/adoyle-h/Ero.js.git"
  },
  "bugs": {
    "url": "https://github.com/adoyle-h/Ero.js/issues"
  },
  "dependencies": {
    "joi": "^6.10.1",
    "lodash": "^4.15.0",
    "sprintf-js": "^1.0.3"
  },
  "devDependencies": {
    "a-gulp-license": "^2.0.0",
    "config-sp": "^0.1.1",
    "eslint": "^3.5.0",
    "eslint-config-adoyle-style": "^2.0.1",
    "gulp": "^3.9.0",
    "gulp-bump": "^1.0.0",
    "gulp-cached": "^1.1.0",
    "gulp-conventional-changelog": "^1.1.0",
    "gulp-eslint": "^3.0.1",
    "gulp-filter": "^3.0.1",
    "minimist": "^1.2.0",
    "mocha": "^2.3.4",
    "run-sequence": "^1.2.1",
    "should": "^7.1.1",
    "walkdir": "0.0.11"
  }
}