ducthienbui97/gitlicense

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gitlicense",
  "version": "0.0.1",
  "description": "Git license",
  "main": "server.js",
  "scripts": {
    "start": "node src/start.js",
    "test": "node node_modules/@hapi/lab/bin/lab -c -I"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ducthienbui97/gitlicense.git"
  },
  "keywords": [
    "license",
    "badges"
  ],
  "author": "Thien Bui <thienbui797@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/ducthienbui97/gitlicense/issues"
  },
  "homepage": "https://github.com/ducthienbui97/gitlicense#readme",
  "dependencies": {
    "@hapi/hapi": "^18.4.0",
    "@hapi/hoek": "^8.5.1",
    "@hapi/inert": "^6.0.0",
    "@hapi/joi": "^16.1.8",
    "@hapi/vision": "^5.5.0",
    "axios": "^0.18.1",
    "base-64": "^0.1.0",
    "catbox-disk": "^3.0.0",
    "code": "^4.1.0",
    "gh-badges": "^1.3.0",
    "handlebars": "^4.3.0"
  },
  "engines": {
    "node": ">=6.11.2"
  },
  "devDependencies": {
    "@hapi/lab": "^21.0.0"
  }
}