package.json 438 B

123456789101112131415161718192021
  1. {
  2. "name": "mdast",
  3. "version": "1.0.0",
  4. "description": "markdown abstract syntax tree pluggable parser",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.a-level.com.ua:gitgod/mdast.git"
  12. },
  13. "keywords": [
  14. "markdown",
  15. "javascript",
  16. "nodejs",
  17. "react"
  18. ],
  19. "author": "Ivan Grynkin",
  20. "license": "ISC"
  21. }