10 Star 34 Fork 8

鸿则 / marked-in-html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿则 提交于 2017-06-23 23:43 . 1.0 version
{
"name": "marked-in-html",
"version": "1.0.0",
"description": "use markdown in html",
"main": "dist/marked-in-html.js",
"scripts": {
"start": "npm run development",
"development": "webpack --watch --color --progress" ,
"production": "webpack -p"
},
"private": true,
"repository": {
"type": "git",
"url": "https://git.oschina.net/hungtcs/marked-in-html.git"
},
"author": "鸿则 <hungtcs@163.com>",
"license": "LGPL-2.0",
"dependencies": {
"highlight.js": "^9.12.0",
"marked": "^0.3.6"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"webpack": "^2.6.1"
}
}
JavaScript
1
https://gitee.com/hungtcs/marked-in-html.git
git@gitee.com:hungtcs/marked-in-html.git
hungtcs
marked-in-html
marked-in-html
master

搜索帮助