forked from Jacques44/node-red-biglib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 846 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
{
"name": "node-red-biglib",
"version": "1.3.1",
"description": "library for building node-red flows that supports blocks, high volume",
"main": "biglib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jacques44/node-red-biglib.git"
},
"keywords": [
"node-red",
"big"
],
"author": "Jacques W",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Jacques44/node-red-biglib/issues"
},
"homepage": "https://github.com/Jacques44/node-red-biglib",
"_id": "node-red-biglib@1.3.1",
"dependencies": {
"byline": "^4.2.1",
"caller-id": "^0.1.0",
"domain": "0.0.1",
"filesize": "^3.2.1",
"fs": "0.0.2",
"moment": "^2.12.0",
"shell-quote": "^1.6.0",
"stream": "0.0.2"
}
}