forked from radjivF/awesome-tool-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "toolbar-fusion",
"main": "./lib/toolbar-fusion",
"contributor": "Brenton Horne <brentonhorne77@gmail.com>",
"author": "radjiv fender <radjiv.carrere@gmail.com>",
"version": "0.8.5",
"readmeFilename": "README.md",
"description": "The ultimate toolbar for software developers.",
"repository": "https://github.com/fusion809/toolbar-fusion",
"license": "MIT",
"licenseFilename": "LICENSE",
"engines": {
"atom": ">0.50.0"
},
"keywords": [
"toolbar",
"development",
"build",
"git",
"fusion809",
"script",
"make"
],
"dependencies": {},
"devDependencies": {
"coffee-script": "1.8.0"
},
"packageDependencies": {
"tool-bar": "0.1.1",
"open-on-github": "1.1.0",
"git-plus": "5.16.2",
"gpp-compiler": "3.0.4",
"git-time-machine": "1.5.3",
"terminal-fusion": "2.3.1",
"ask-stack": "2.2.0",
"script": "3.8.3",
"recent-finder": "0.5.0"
},
"consumedServices": {
"tool-bar": {
"versions": {
"0.1.0": "consumeToolBar"
}
}
}
}