-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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": {},
"devDependencies": {
"eslint": "^10.0.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-config-es5": "^0.5.0",
"eslint-plugin-import": "^2.2.0",
"jest": "^20.0.3",
"vue": "^2.3.3"
},
"peerDependencies": {
"highlight.js": "^9"
}
}