-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
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
{
"name": "jupyter-kernel-repl",
"version": "1.0.0",
"description": "REPL for the MetaCall Jupyter Kernel",
"main": "repl.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metacall/jupyter-kernel.git"
},
"keywords": [
"repl",
"metacall-jupyter-kernel",
"polyglot-repl"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/metacall/jupyter-kernel/issues"
},
"homepage": "https://github.com/metacall/jupyter-kernel#readme",
"dependencies": {
"metacall-polyglot-repl": "github:metacall/polyglot-repl"
}
}