forked from rsmelo92/bob-ross-highlight-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 784 Bytes
/
package.json
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
{
"name": "bob-ross-highlight-html",
"version": "1.0.7",
"description": "A package to highlight html. Based on Bob Ross powers.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsmelo92/bob-ross-highlight-html.git"
},
"keywords": [
"highlight",
"highlighter",
"html",
"text"
],
"author": "Rafael Melo",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsmelo92/bob-ross-highlight-html/issues"
},
"jest": {
"verbose": true
},
"homepage": "https://github.com/rsmelo92/bob-ross-highlight-html#readme",
"devDependencies": {
"jest": "^24.8.0"
},
"dependencies": {
"string-similarity": "3.0.0"
}
}