{
  "author": "Matt McKellar-Spence",
  "bugs": {
    "url": "https://github.com/MattMS/metah/issues"
  },
  "description": "Common meta tag functions for HyperScript.",
  "devDependencies": {
    "coffee-script": "^1.11.1",
    "coffeetape": "^1.0.1",
    "hyperscript": "^2.0.2",
    "ramda": "^0.22.1",
    "rimraf": "^2.5.4",
    "tape": "^4.6.2"
  },
  "keywords": [
    "HTML",
    "hyperscript"
  ],
  "homepage": "https://github.com/MattMS/metah#readme",
  "license": "ISC",
  "main": "main.js",
  "name": "metah",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MattMS/metah.git"
  },
  "scripts": {
    "clean": "rimraf *.js ./*/*.js",
    "prepublish": "coffee -c ./",
    "test": "coffeetape ./*/test.coffee.md"
  },
  "version": "0.4.0"
}
