antwar-highlight-plugin
Version:
Highlight plugin for antwar
32 lines (31 loc) • 685 B
JSON
{
"name": "antwar-highlight-plugin",
"version": "0.10.0",
"description": "Highlight plugin for antwar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/antwarjs/antwar.git"
},
"keywords": [
"antwar",
"highlight",
"plugin"
],
"author": "eldh",
"license": "MIT",
"bugs": {
"url": "https://github.com/antwarjs/antwar/issues"
},
"homepage": "https://github.com/antwarjs/antwar",
"dependencies": {
"cheerio": "^0.19.0",
"he": "^0.5.0",
"lodash": "^3.9.3",
"prism-languages": "^0.1.2",
"prismjs": "0.0.1"
}
}