forked from skandasoft/browser-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 816 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
39
{
"name": "browser-plus",
"main": "./lib/browser-plus",
"version": "0.0.76",
"description": "Browser Plus",
"repository": "https://github.com/skandasoft/browser-plus",
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"jquery": "^2.1.4",
"jquery-ui": "1.10.5",
"theorist": "^1.0.2",
"lodash": "^3.10.1",
"jstorage": "^0.4.8",
"JSON2": "^0.1.0",
"cheerio": "^0.20.0"
},
"providedServices": {
"browser-plus": {
"description": "provide logic for blocking uri",
"versions": {
"0.0.51": "provideService"
}
}
},
"keywords": [
"browser",
"webbrowser",
"web view",
"web-view",
"html preview",
"html",
"preview",
"preview-plus"
]
}