{
  "name": "ecmarkup",
  "version": "1.1.0",
  "description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.",
  "main": "lib/ecmarkup.js",
  "scripts": {
    "test": "mocha",
    "update-pages": "node bin/ecmarkup.js spec/index.html _index.html && git checkout gh-pages && rm index.html && mv _index.html index.html && git add index.html && git commit -m \"update pages\" && git checkout master"
  },
  "bin": {
    "ecmarkup": "bin/ecmarkup.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bterlson/ecmarkup.git"
  },
  "keywords": [
    "ecmascript",
    "javascript",
    "specs",
    "specifications",
    "markup",
    "markdown",
    "html",
    "code"
  ],
  "author": "Brian Terlson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bterlson/ecmarkup/issues"
  },
  "homepage": "https://github.com/bterlson/ecmarkup",
  "dependencies": {
    "bluebird": "^2.6.4",
    "ecmarkdown": "^2.0.2",
    "highlight.js": "^8.4.0",
    "jsdom": "^5.0.1"
  },
  "devDependencies": {
    "mocha": "^1.21.4"
  }
}
