-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.14 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": "node-utils",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leodutra/node-utils.git"
},
"author": "Leo Dutra <leodutra.br@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leodutra/node-utils/issues"
},
"homepage": "https://github.com/leodutra/node-utils#readme",
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"base-x": "^3.0.7",
"bcrypt": "^3.0.6",
"cli-progress": "^3.3.1",
"deep-freeze": "0.0.1",
"dotenv": "^8.2.0",
"download": "^7.1.0",
"fast-safe-stringify": "^2.0.7",
"jsonp-client": "^1.2.2",
"jsonwebtoken": "^8.5.1",
"mkdirp": "^0.5.1",
"rapid-downloader": "^1.2.5",
"require-dir": "^1.2.0",
"rimraf": "^3.0.0",
"simpleflakes": "^2.1.0",
"uuid": "^3.3.3"
}
}