-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
90 lines (90 loc) · 2.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "NiM",
"version": "2.8.1",
"description": "Node.js --inspector Manager. Manages the integrated Node V8 inspector Chrome Developer Tools",
"main": "background.js",
"dependencies": {
"@667/materialize": "^1.1.0-alpha-june07.0",
"@auth0/auth0-spa-js": "^1.19.3",
"@materializecss/materialize": "^1.1.0",
"@popperjs/core": "^2.11.0",
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-moment": "^1.3.0",
"angular-ui-bootstrap": "^2.5.6",
"animejs": "^3.2.1",
"bootstrap": "^5.1.3",
"bootstrap-notify": "*",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"jquery-contextmenu": "^2.9.2",
"jquery.fancytree": "^2.38.0",
"json-tree2": "^0.1.5",
"jsoncomp": "^1.6.1",
"jsrsasign": "^11.0.0",
"jssha": "^3.2.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"perfect-scrollbar": "^1.5.3",
"pubnub": "^8.0.0",
"socket.io-client": "^4.4.0",
"tippy.js": "^6.3.7",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"uuid": "^8.3.2",
"wnumb": "^1.2.0"
},
"devDependencies": {
"@667/grunt-processhtml": "^0.4.5",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-json": "^3.1.0",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-mkdir": "^1.1.0",
"grunt-npmcopy": "^0.2.0",
"grunt-text-replace": "^0.4.0",
"gruntify-eslint": "^5.0.0",
"load-grunt-tasks": "^5.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/june07/nim.git"
},
"keywords": [
"Node",
"Nodejs",
"Node.js",
"V8",
"Inspect",
"Inspector",
"--inspect",
"DevTools",
"node-inspector",
"debugging",
"debug",
"debugger",
"javascript",
"developer",
"development",
"vscode"
],
"author": "June07",
"license": "MIT",
"bugs": {
"url": "https://github.com/june07/NIM/issues"
},
"homepage": "https://github.com/june07/NIM#readme"
}