ecmarkup
Version:
Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "ecmarkup",
"version": "2.0.1",
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.",
"main": "lib/ecmarkup.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha",
"lint": "eslint bin && eslint lib && eslint test",
"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": "^3.0.1",
"grammarkdown": "^0.1.3",
"highlight.js": "^8.6.0",
"js-yaml": "^3.3.1",
"jsdom": "^5.0.1",
"nomnom": "^1.8.1"
},
"devDependencies": {
"diff": "^1.4.0",
"eslint": "^1.1.0",
"mocha": "^2.2.5"
}
}