-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 886 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
{
"name": "cm-show-invisibles",
"version": "3.0.1",
"description": "Addon for CodeMirror that helps to show invisibles.",
"main": "lib/show-invisibles.js",
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/cm-show-invisibles"
},
"keywords": [
"CodeMirror",
"show",
"invisibles",
"addon"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/cm-show-invisibles/issues"
},
"homepage": "https://github.com/coderaiser/cm-show-invisibles",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-putout": "^3.0.0",
"madrun": "^5.0.1",
"putout": "^7.3.1",
"supertape": "^1.2.4"
}
}