-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
56 lines (56 loc) · 1.19 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
52
53
54
55
56
{
"name": "ink",
"main": "./lib/ink",
"version": "0.12.6",
"description": "A toolkit for building IDEs in Atom",
"keywords": [
"julia",
"Juno",
"IDE"
],
"repository": "https://github.com/JunoLab/atom-ink",
"license": "MIT",
"engines": {
"atom": ">=1.39.0 <2.0.0"
},
"dependencies": {
"ansi_up": "^3.0.0",
"chroma-js": "^1.3.7",
"element-resize-detector": "^1.1.13",
"etch": "^0.14",
"fs-extra": "^5.0.0",
"fuzzaldrin-plus": "^0.1.0",
"katex": "0.11.0",
"marked": "^0.8.2",
"replace-in-file": "^3.0.0",
"underscore-plus": "^1.6.6",
"xterm": "4.6.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-search": "^0.7.0",
"xterm-addon-unicode11": "^0.2.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.7.0"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"providedServices": {
"ink": {
"versions": {
"0.1.0": "provide"
}
}
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
},
"ftp-remote.openFile": {
"versions": {
"0.1.0": "consumeRemoteFileOpener"
}
}
}
}