immanuel192/dtobase

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dtobase",
  "version": "1.0.4",
  "description": "Dto Convertion Base",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run eslint && npm run mocha",
    "mocha": "./node_modules/.bin/mocha",
    "eslint": "eslint src/ test/",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://immanuel192@github.com/immanuel192/dtobase.git"
  },
  "keywords": [
    "dto",
    "validation",
    "singleton",
    "memstore"
  ],
  "author": {
    "name": "Trung Dang",
    "email": "trungdt@absoft.vn",
    "url": "http://absoft.vn"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/immanuel192/dtobase/issues"
  },
  "homepage": "https://github.com/immanuel192/dtobase#readme",
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "engines": {
    "node": ">=6.3.0"
  },
  "devDependencies": {
    "mocha": "^3.3.0"
  }
}