-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.07 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
47
48
49
50
51
{
"name": "slima",
"main": "./lib/slima",
"version": "2.8.3",
"description": "Interactive Common Lisp development using SLIME!",
"author": "Neil Lindquist <[email protected]> (https://neil-lindquist.github.io)",
"keywords": [
"lisp",
"slime",
"swank",
"repl"
],
"repository": "https://github.com/neil-lindquist/slima",
"bugs": "https://github.com/neil-lindquist/slima/issues",
"license": "MIT",
"engines": {
"atom": ">=1.13.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "6.0.0",
"etch": "0.14.0",
"paredit.js": "0.3.6",
"swank-client": "4.5.1",
"temporary": "1.1.0"
},
"package-deps": [
"linter:2.0.0"
],
"devDependencies": {
"coffeelint": "~2.1.0"
},
"consumedServices": {
"linter-indie": {
"versions": {
"2.0.0": "setupLinter"
}
},
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provideSlimeAutocomplete"
}
}
}
}