{
  "name": "cowsay-tag",
  "version": "1.3.3",
  "description": "es6 template-tag function for cowsay",
  "main": "lib/cowsay-tag.js",
  "scripts": {
    "build": "webpack",
    "dev": "webpack --progress --colors --watch",
    "test": "nodemon --config .nodemon.json --exec 'npm run build && npm run test:ci'",
    "test:ci": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js"
  },
  "devDependencies": {
    "babel": "6.3.13",
    "babel-core": "6.1.18",
    "babel-eslint": "5.0.0",
    "babel-loader": "6.1.0",
    "babel-plugin-add-module-exports": "0.1.2",
    "babel-preset-es2015": "6.3.13",
    "chai": "3.4.1",
    "eslint": "1.7.2",
    "eslint-loader": "1.1.0",
    "mocha": "2.3.4",
    "nodemon": "^1.11.0",
    "webpack": "1.12.9",
    "wrapper-webpack-plugin": "^0.1.11"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jlmitch5/cowsay-tag.git"
  },
  "keywords": [
    "cowsay",
    "es6",
    "template-tag"
  ],
  "author": "John Mitchell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jlmitch5/cowsay-tag/issues"
  },
  "homepage": "https://github.com/jlmitch5/cowsay-tag"
}
