forked from dnotes/markdown-it-chords
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "markdown-it-chords",
"version": "1.0.3",
"description": "Add support for lyric sheet chords in markdown.",
"main": "index.js",
"scripts": {
"build": "make build",
"coverage": "yarn test && nyc report -r text-lcov | coveralls",
"docs": "./readme.js",
"lint": "eslint .",
"pub": "echo deprecated, use make publish",
"test": "nyc --check-coverage --lines 100 mocha"
},
"keywords": [
"markdown-it",
"markdown"
],
"author": "David Hunt",
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.3",
"coveralls": "^3.1.0",
"eslint": "^5.16.0",
"markdown-it": "^8.4.2",
"markdown-it-testgen": "^0.1.5",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"terser": "^3.17.0"
},
"dependencies": {},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dnotes/markdown-it-chords.git"
},
"bugs": {
"url": "https://github.com/dnotes/markdown-it-chords/issues"
},
"homepage": "https://dnotes.github.io/markdown-it-chords"
}