tandrewnichols/letters

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "letters",
  "version": "0.0.2",
  "description": "A sequential letter handler",
  "main": "lib/letters.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tandrewnichols/letters.git"
  },
  "keywords": [
    "sequence",
    "letters",
    "generate"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "http://www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/letters/issues"
  },
  "homepage": "https://github.com/tandrewnichols/letters",
  "devDependencies": {
    "coffee-script": "^1.8.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-cov": "^0.3.0",
    "grunt-mocha-test": "^0.12.4",
    "grunt-travis-matrix": "0.0.4",
    "indeed": "^1.0.6",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.1.0",
    "mocha-given": "^0.1.3",
    "mocha-lcov-reporter": "0.0.1",
    "task-master": "^2.2.0"
  },
  "config": {
    "blanket": {
      "pattern": [
        "letters/lib"
      ]
    }
  }
}