-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1006 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
44
45
46
{
"name": "levels-debugger-ruby",
"version": "0.5.9",
"description": "A debugger for use with the levels package for Ruby. Please note that it requires the levels and the levels-language-ruby packages to run.",
"author": "Thomas Ulrich",
"keywords": [
"atom",
"debugger",
"levels",
"ruby"
],
"main": "./lib/main",
"homepage": "https://github.com/fhukiel/levels-debugger-ruby",
"repository": {
"type": "git",
"url": "https://github.com/fhukiel/levels-debugger-ruby.git"
},
"bugs": {
"url": "https://github.com/fhukiel/levels-debugger-ruby/issues"
},
"license": "MIT",
"engines": {
"atom": ">=1.17.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^7.0.2"
},
"devDependencies": {
"eslint": "^7.11.0"
},
"package-deps": [
{
"name": "levels"
},
{
"name": "levels-language-ruby"
}
],
"consumedServices": {
"levels": {
"versions": {
"^0.3.0": "consumeLevels"
}
}
}
}