-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 829 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 829 Bytes
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": "gem-wiseguy",
"main": "./lib/gem-wiseguy",
"version": "0.4.4",
"description": "Get quick info about your Gemfile gems without leaving your editor.",
"keywords": [
"gem",
"gems",
"gemfile",
"bundle",
"bundler",
"packages",
"ruby",
"rails"
],
"activationCommands": {
"activationCommands": {
"atom-workspace": []
}
},
"repository": "https://github.com/buttercloud/atom-gem-wiseguy",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-package-dependencies": "latest",
"lodash": "^4.3.0",
"shelljs": "^0.6.0"
},
"package-dependencies": [
"inline-messenger"
],
"consumedServices": {
"inline-messaging": {
"versions": {
"^1.0.0": "consumeInlineMessenger"
}
}
}
}