UNPKG

627 BJSONView Raw
1{
2 "name": "nodee-utils",
3 "preferGlobal": false,
4 "version": "0.9.4",
5 "author": "NODEE - Matus Szabo <matus@nodee.io>",
6 "description": "set of useful helpers",
7 "main": "./index.js",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/nodee-apps/utils.git"
11 },
12 "keywords": [
13 "utils",
14 "helpers"
15 ],
16 "dependencies":{
17 "validator":"~3.40.1",
18 "shortid":"~2.2.2",
19 "sift":"~3.2.1",
20 "superagent":"~1.7.2",
21 "superagent-retry":"~0.5.1"
22 },
23 "analyze": false,
24 "devDependencies": { },
25 "bundledDependencies":[],
26 "license": "MIT",
27 "engines": {
28 "node": ">=0.11"
29 }
30}
\No newline at end of file