-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 825 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": "scroll-marker",
"main": "./lib/main",
"version": "0.3.5",
"description": "Provides annotation functionality for the scroll bar",
"scripts": {
"spellcheck": "npx --package markdown-spellcheck mdspell -rnax --en-us '**/*.md' '!**/node_modules/**/*.md'",
"test": "npx eslint **/*.js && npm run spellcheck"
},
"keywords": [
"scroll annotation",
"highlight results",
"scrollbar",
"scrollbar highlight"
],
"repository": "https://github.com/surdu/scroll-marker",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"providedServices": {
"scroll-marker": {
"versions": {
"0.1.0": "provideService"
}
}
},
"dependencies": {
"etch": "~0.14.0"
},
"devDependencies": {
"eslint": "^5.0.1",
"yaspeller": "^4.1.0"
}
}