38 lines
905 B
JSON
38 lines
905 B
JSON
|
|
{
|
||
|
|
"name": "vue-highlightjs",
|
||
|
|
"version": "1.3.3",
|
||
|
|
"description": "Syntax highlighting with highlight.js for Vue.js 2.x",
|
||
|
|
"homepage": "https://github.com/metachris/vue-highlightjs",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/metachris/vue-highlightjs/issues"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/metachris/vue-highlightjs.git"
|
||
|
|
},
|
||
|
|
"author": "Chris Hager <chris@linuxuser.at> (https://www.metachris.com)",
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest",
|
||
|
|
"lint": "./node_modules/.bin/eslint *.js"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"vue",
|
||
|
|
"vuejs",
|
||
|
|
"syntax",
|
||
|
|
"highlight",
|
||
|
|
"highlight.js"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"highlight.js": "*"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"eslint": "^3.17.1",
|
||
|
|
"eslint-config-airbnb-base": "^11.1.1",
|
||
|
|
"eslint-plugin-import": "^2.2.0",
|
||
|
|
"jest": "^20.0.3",
|
||
|
|
"vue": "^2.3.3"
|
||
|
|
}
|
||
|
|
}
|