-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "nelu-kernelu",
"version": "5.1.0",
"description": "Yet another JS Kernel for Jupyter Notebooks",
"keywords": [
"javascript",
"kernel",
"ipython",
"jupyter"
],
"homepage": "https://github.com/3Nigma/nelu-kernelu",
"bugs": {
"url": "https://github.com/3Nigma/nelu-kernelu/issues"
},
"license": "GPLv3",
"author": {
"name": "Victor ADASCALITEI",
"email": "adascalitei.victor@gmail.com"
},
"engines": {
"node": ">=12.3"
},
"repository": {
"type": "git",
"url": "https://github.com/3Nigma/nelu-kernelu.git"
},
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/traverse": "^7.6.0",
"@babel/types": "^7.6.1",
"@babel/generator": "^7.6.0",
"babel": "^6.23.0",
"pkginfo": "^0.4.1",
"uuid": "3",
"winston": "^3.2.1",
"yargs": "^13.3.0",
"zeromq": "^5.1.0"
},
"devDependencies": {
},
"scripts": {
"postinstall": "node ./scripts/install"
}
}