Administrator
2023-03-15 c7bbfa1c4c448f703dd9b93de18cd7c93f16fc55
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "bootstrap-markdown",
  "version": "2.1.0",
  "main": ["./js/bootstrap-markdown.js", "./css/bootstrap-markdown.min.css"],
  "dependencies": {
    "bootstrap": "~3.0.0"
  },
  "devDependencies": {
      "markdown":"~0.4.0"
  }
}