brad/jasonette-toolkit

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "jasonette-toolkit",
  "main": "dist/index.js",
  "version": "0.0.2",
  "author": "Brad Pitcher @brad",
  "description": "Useful shortcuts for creating jasonette apps",
  "engines": {
    "node": ">=4.3.0 < 5.0.0 || >= 5.10"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-istanbul": "^0.12.2",
    "babel-loader": "^6.4.1",
    "babel-plugin-__coverage__": "^11.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.24.1",
    "codecov": "^2.1.0",
    "mocha": "^3.2.0",
    "nyc": "^10.2.0",
    "standard-version": "^4.0.0",
    "timekeeper": "^1.0.0",
    "webpack": "^2.2.0"
  },
  "homepage": "https://github.com/brad/jasonette-toolkit",
  "repository": {
    "type": "git",
    "url": "https://github.com/brad/jasonette-toolkit.git"
  },
  "license": "MIT",
  "scripts": {
    "test": "mocha",
    "watch": "mocha --watch",
    "cover": "nyc mocha",
    "release": "standard-version",
    "build": "babel -d dist src",
    "prepublishOnly": "npm run build"
  }
}