forked from disyakidneyshot/quill-delta-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 970 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
36
37
38
{
"_inCache": true,
"_installable": true,
"repository": {
"type": "git",
"url": "https://github.com/disyakidneyshot/quill-delta-markdown"
},
"dependencies": {
"commonmark": "^0.26.0",
"lodash": "^4.16.4",
"quill-delta": "^3.4.0"
},
"description": "To and from Markdown and Quill delta",
"devDependencies": {
"eslint": "3.8.1",
"eslint-plugin-node": "2.1.3",
"jest": "^21.0.1",
"prettier": "^1.5.2"
},
"directories": {},
"keywords": [
"delta",
"markdown",
"quill"
],
"license": "ISC",
"main": "index.js",
"name": "delta-markdown-for-quill",
"optionalDependencies": {},
"public": true,
"readme": "ERROR: No README data found!",
"scripts": {
"pretty": "find ./**/*.js | xargs prettier --write --no-semi --print-width 80 --single-quote --trailing-comma es5",
"test": "jest",
"test:watch": "mocha \"tests/**/*.spec.js\" --reporter progress --watch"
},
"version": "0.0.1"
}