cflynn07/myblog

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "myblog",
  "version": "1.0.0",
  "description": "MyBlog ======",
  "main": "gulpfile.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cflynn07/myblog.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cflynn07/myblog/issues"
  },
  "homepage": "https://github.com/cflynn07/myblog#readme",
  "devDependencies": {
    "bootstrap": "^4.3.1",
    "gulp": "^4.0.2",
    "gulp-sass": "^4.0.2"
  },
  "dependencies": {
    "color-themes-for-google-code-prettify": "^2.0.4",
    "jquery": "^3.4.0",
    "popper.js": "^1.15.0"
  }
}