{
  "name": "mdEdit",
  "version": "0.1.0",
  "homepage": "https://github.com/jbt/mdEdit",
  "authors": [
    "James Taylor <jt@gosquared.com>"
  ],
  "description": "nice syntax-highlighted markdown editor view component",
  "main": ["mdedit.js", "mdedit.css"],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "markdown",
    "editor",
    "highlight"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
