forked from atom/settings-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 926 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
42
43
{
"name": "settings-view",
"version": "0.251.9",
"main": "./lib/main",
"description": "Edit config settings, install packages, and change themes",
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"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.40",
"roaster": "^1.1.2",
"season": "^6.0.0",
"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"
}
}