forked from atom/settings-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 KB
/
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
42
43
44
45
46
47
48
{
"name": "settings-view",
"version": "0.254.2",
"main": "./lib/main",
"description": "Edit config settings, install packages, and change themes",
"license": "MIT",
"uriHandler": {
"method": "handleURI",
"deferActivation": false
},
"dependencies": {
"async": "~0.2.9",
"dompurify": "^1.0.2",
"etch": "0.9.0",
"fs-plus": "^3.0.0",
"fuzzaldrin": "^2.1",
"glob": "4.3.1",
"hosted-git-info": "^2.1.4",
"marked": "^0.3.6",
"request": "^2.83.0",
"roaster": "^1.1.2",
"season": "^6.0.2",
"semver": "^5.3.0",
"underscore-plus": "^1.0.6"
},
"repository": "https://github.com/atom/settings-view",
"engines": {
"atom": "*"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
},
"snippets": {
"versions": {
"0.1.0": "consumeSnippets"
}
}
},
"deserializers": {
"SettingsView": "createSettingsView"
},
"devDependencies": {
"coffeelint": "^1.9.7"
}
}