-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 969 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
40
41
{
"name": "webgrabplus-atom",
"main": "./lib/webgrabplus-atom",
"version": "0.1.3",
"description": "WebGrab+Plus support package",
"keywords": [],
"activationCommands": {},
"repository": "https://github.com/SilentButeo2/webgrabplus-atom.git",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"providedServices": {
"builder": {
"description": "Runs WebGrab+Plus config files (siteini's)",
"versions": {
"2.0.0": "buildprovider"
}
}
},
"package-deps": [
"build"
],
"dependencies": {
"atom-package-deps": "^4.3.1"
},
"configSchema": {
"path-wg": {
"default": "",
"type": "string",
"title": "Setting WebGrab+Plus.exe",
"description": "The path to WebGrab+Plus.exe"
},
"path-mono": {
"default": "",
"type": "string",
"title": "Setting mono",
"description": "The path to mono. On windows this can be left empty."
}
}
}