-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 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
{
"name": "dynamic-ipython-docs",
"version": "0.0.2",
"main": "docs/_static/index.js",
"author": "Faris Chugthai",
"bugs": {
"url": "https://github.com/farisachugthai/dynamic_ipython/issues"
},
"description": "Jupyter Notebook and lab dependencies",
"keywords": [
"IPython",
"termux"
],
"license": "MIT",
"os": [
"win32",
"linux",
"android"
],
"private": true,
"readme": "./docs/source/index.rst",
"repository": {
"type": "git",
"url": "git+https://github.com/farisachugthai/dynamic_ipython.git"
},
"peerDependencies": {
"codemirror": "^5.46.0"
},
"devDependencies": {
"@types/node": "^13.9.2",
"@types/react": "16.8.25",
"font-awesome": "4.7.0",
"marked": "0.7.0",
"notebook": "^1.0.1",
"typescript": "3.8.3"
}
}