forked from nteract/hydrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 991 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
47
48
49
{
"name": "Hydrogen",
"main": "./lib/main",
"version": "0.4.4",
"description": "Run code and get results inline using Jupyter kernels like IPython, IJulia, and iTorch",
"author": "Will Whitney <me@willwhitney.com>",
"keywords": [
"execute",
"run",
"jupyter",
"ipython",
"julia",
"python",
"torch",
"ijulia",
"itorch",
"plot",
"image"
],
"activationCommands": {
"atom-text-editor": "hydrogen:run"
},
"repository": "https://github.com/willwhitney/hydrogen",
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.5",
"lodash": "^3.8.0",
"react": "^0.13.3",
"uuid": "^2.0.1",
"zmq": "^2.11.1"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
}
}