UNPKG

947 BJSONView Raw
1{
2 "name": "robbyson-library",
3 "version": "1.0.34",
4 "description": "This package contains all common node libraries for robbyson project",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://gitlab.com/Robbyson/npm-robbyson-library.git"
12 },
13 "keywords": [
14 "robbyson-library",
15 "linux",
16 "node",
17 "database"
18 ],
19 "author": "Geldo Ronie Santos Silva",
20 "license": "ISC",
21 "bugs": {
22 "url": "https://gitlab.com/Robbyson/npm-robbyson-library/issues"
23 },
24 "homepage": "https://gitlab.com/Robbyson/npm-robbyson-library#README",
25 "dependencies": {
26 "continuation-local-storage": "^3.2.1",
27 "lodash": "^4.17.10",
28 "node-linq": "^0.0.5",
29 "promise": "^8.0.1",
30 "requestify": "^0.2.5",
31 "uuid": "^3.2.1"
32 }
33}