{
  "name": "javascript-parser",
  "version": "0.0.23",
  "description": "Parser for the extended markdown format used at javascript.ru",
  "dependencies": {
    "co": "*",
    "inherits": "*",
    "js-log": "*",
    "lodash": "*",
    "map-stream": "*",
    "sanitize-html": "*",
    "thunkify": "*"
  },
  "devDependencies": {
    "trace": "*",
    "clarify": "*",
    "co-mocha": "*",
    "gulp-util": "*",
    "gulp": "*",
    "gulp-jshint": "*",
    "mocha": "*",
    "should": "*",
    "sinon": "*"
  },
  "engines": {
    "node": ">=0.11.13"
  },
  "browser": {
    "./util/sanitize.js" : "./util/sanitize.browser.js"
  },
  "engineStrict": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/iliakan/javascript-parser.git"
  },
  "author": "Ilya Kantor, the list of contributors in git repo",
  "license": "CC BY-NC-SA 3.0",
  "bugs": {
    "url": "https://github.com/iliakan/javascript-parser/issues"
  }
}
