-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 781 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 781 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
{
"name": "highlightjs-line-numbers.js",
"version": "2.9.1",
"description": "Highlight.js line numbers plugin.",
"main": "src/highlightjs-line-numbers.js",
"devDependencies": {
"gulp": "^5.0.1",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2"
},
"scripts": {
"build": "npx gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yauhenipakala/highlightjs-line-numbers.js.git"
},
"author": "Yauheni Pakala <evgeniy.pakalo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yauhenipakala/highlightjs-line-numbers.js/issues"
},
"homepage": "https://ypakala.com/projects/highlightjs-line-numbers.js/"
}