Skip to content

Commit cb612dd

Browse files
committed
Add jupyterlab-threejs npm package
1 parent bed9dc3 commit cb612dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

jslab/package.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "jupyterlab-threejs",
3+
"version": "0.1.0",
4+
"description": "",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "jupyterlab-threejs developers",
10+
"license": "BSD-3-Clause",
11+
"dependencies": {
12+
"@jupyterlab/nbwidgets": "^0.17.1",
13+
"jupyter-threejs": "^0.3.0-alpha.0"
14+
},
15+
"jupyterlab": {
16+
"extension": true
17+
}
18+
}

0 commit comments

Comments
 (0)