bcomnes/bepo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bepo",
  "version": "1.0.1",
  "description": "Functions for publishing content to a git backed blog.",
  "main": "index.js",
  "scripts": {
    "tape": "tape test/*.js",
    "tap-spec": "tape test/*.js | tap-spec",
    "test": "istanbul cover tape test/*.js | tap-spec",
    "standard": "standard --verbose",
    "submitCover": "cat coverage/lcov.info | codeclimate",
    "travis": "npm test && npm run submitCover",
    "tester": "nodemon -i coverage --exec 'npm --silent run cover'"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bcomnes/bepo.git"
  },
  "keywords": [
    "git",
    "blog",
    "repo"
  ],
  "author": {
    "name": "Bret Comnes",
    "url": "http://bret.io",
    "email": "bcomnes@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bcomnes/bepo/issues"
  },
  "homepage": "https://github.com/bcomnes/bepo",
  "dependencies": {
    "array-series": "^0.1.5",
    "normalize-git-url": "^1.0.0",
    "quick-gits": "^1.0.4"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.0.4",
    "istanbul": "^0.3.5",
    "mkdirp": "^0.5.0",
    "nodemon": "^1.2.1",
    "rimraf": "^2.2.8",
    "standard": "^2.6.2",
    "tap-spec": "^2.1.2",
    "tape": "^3.0.3"
  },
  "jshintConfig": {
    "node": true,
    "jquery": false,
    "strict": false,
    "globalstrict": false,
    "asi": true
  }
}