bcomnes/gitpub

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gitpub",
  "version": "0.1.0",
  "description": "A simple git based micropub endpoint",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "cover": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
    "start": "node bin/www",
    "dev": "DEBUG=gitpub*,routes:*,lib:* ENV=development node ./bin/www",
    "devmon": "DEBUG=gitpub*,routes:*,lib:* ENV=development nodemon ./bin/www",
    "debug": "DEBUG=gitpub*,routes:*,lib:* ENV=development node-debug ./bin/www",
    "windev": "win-spawn DEBUG=gitpub*,routes:*,lib:* ENV=development nodemon ./bin/www",
    "production": "ENV=production node ./bin/www"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bcomnes/gitpub.git"
  },
  "author": "Bret Comnes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bcomnes/gitpub/issues"
  },
  "homepage": "https://github.com/bcomnes/gitpub",
  "dependencies": {
    "async": "^1.3.0",
    "body-parser": "^1.5.1",
    "connect-busboy": "0.0.1",
    "cookie-parser": "^1.3.2",
    "debug": "^2.2.0",
    "ejs": "^1.0.0",
    "express": "4.8.1",
    "form-urlencoded": "0.0.6",
    "fs-extra": "^0.22.1",
    "git-wrapper": "^0.1.1",
    "jade": "^1.5.0",
    "js-yaml": "^3.1.0",
    "marked": "^0.3.3",
    "moment": "^2.6.0",
    "morgan": "^1.2.1",
    "request": "^2.35.0",
    "serve-favicon": "^2.0.1",
    "type-is": "^1.2.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.3",
    "istanbul": "^0.3.0",
    "mocha": "^1.21.4",
    "request-mocha": "^0.2.0"
  }
}