forked from cakecatz/flex-toolbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 806 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": "flex-tool-bar",
"main": "./lib/flex-tool-bar",
"version": "0.12.0",
"description": "Easily Customizable ToolBar for Atom",
"repository": "https://github.com/cakecatz/flex-toolbar",
"license": "MIT",
"keywords": [
"toolbar",
"tool-bar"
],
"engines": {
"atom": ">=0.188.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^4.0.1",
"change-case": "^3.0.0",
"chokidar": "^1.4.3",
"cson": "^3.0.2",
"fs-plus": "^2.8.1",
"json5": "^0.5.0",
"space-pen": "^5.1.1",
"tree-match-sync": "0.0.2"
},
"package-deps": [
"tool-bar"
],
"consumedServices": {
"tool-bar": {
"versions": {
"^0 || ^1": "consumeToolBar"
}
}
},
"devDependencies": {
"remark": "^4.1.2",
"remark-lint": "^3.0.0"
}
}