{
  "name": "html5-tag",
  "version": "0.3.0",
  "description": "A simple utility for creating HTML5 tags.",
  "homepage": "https://github.com/cheton/html5-tag",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm run eslint && npm test && npm run build",
    "build": "babel --out-dir ./lib ./src",
    "test": "./babel-tap --coverage test/*.js",
    "eslint": "eslint src"
  },
  "author": "Cheton Wu <cheton@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:cheton/html5-tag.git"
  },
  "keywords": [
    "attr",
    "attribute",
    "attributes",
    "element",
    "elements",
    "generate",
    "html",
    "html5",
    "tag"
  ],
  "dependencies": {
    "escape-html": "^1.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.0.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "coveralls": "^2.11.9",
    "eslint": "^2.11.1",
    "tap": "^5.7.2"
  },
  "nyc": {
    "exclude": []
  }
}
