forked from idris-hackers/atom-language-idris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
{
"name": "language-idris",
"main": "./lib/language-idris",
"version": "0.5.1",
"private": true,
"description": "A plugin for developing with Idris",
"repository": "https://github.com/idris-hackers/atom-language-idris",
"license": "MIT",
"engines": {
"atom": ">=0.180.0"
},
"contributors": [
{
"name": "Morten Fangel",
"url": "http://sevengoslings.net"
},
{
"name": "Nicolas Gagliani",
"url": "http://twitter.com/archaeron"
},
{
"name": "Heather",
"url": "https://github.com/Heather"
},
{
"name": "David Christiansen",
"url": "http://www.davidchristiansen.dk"
},
{
"name": "Edwin Brady",
"url": "https://edwinb.wordpress.com/"
}
],
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
},
"consumedServices": {},
"dependencies": {
"atom-message-panel": "^1.3.0",
"bennu": "17.3.0",
"nu-stream": "3.3.1",
"rx-lite": "4.0.0",
"@cycle/core": "3.1.0",
"@cycle/dom": "5.3.0"
}
}