jamestalmage/new-line-obj

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "new-line-obj",
  "version": "0.0.1",
  "description": "an object wrapper for a new line character sequence",
  "license": "MIT",
  "repository": "jamestalmage/new-line-obj",
  "author": {
    "name": "James Talmage",
    "email": "james@talmage.io",
    "url": "github.com/jamestalmage"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "npm run cover && npm run lint && npm run style",
    "cover": "istanbul cover ./node_modules/.bin/_mocha",
    "lint": "jshint *.js lib/*.js lib/**/*.js test/*.js test/**/*.js",
    "debug": "mocha",
    "watch": "mocha -w",
    "style": "jscs *.js ./**/*.js && jscs ./test/** --config=./test/.jscsrc"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    ""
  ],
  "dependencies": {
    "stringish": "0.0.1"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.17",
    "jscs": "^1.13.1",
    "jshint": "^2.8.0",
    "mocha": "^2.2.5"
  }
}