dustinspecker/append-if

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "append-if",
  "version": "0.0.0-semantic-release",
  "description": "Append a string, conditionally",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dustinspecker/append-if.git"
  },
  "keywords": [
    "string",
    "append",
    "if",
    "condition"
  ],
  "author": {
    "name": "Dustin Specker",
    "email": "DustinSpecker@DustinSpecker.com",
    "url": "https://github.com/dustinspecker"
  },
  "license": "MIT",
  "dependencies": {
    "multi-typeof": "^1.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.0.12",
    "babel-preset-es2015": "^6.0.12",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "del": "^2.0.0",
    "eslint-config-dustinspecker": "^1.1.0",
    "eslint-plugin-new-with-error": "^1.1.0",
    "eslint-plugin-no-use-extend-native": "^0.3.1",
    "eslint-plugin-xo": "^0.5.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.0.0",
    "gulp-eslint": "^3.0.1",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^3.0.0",
    "semantic-release": "^4.3.5"
  }
}