-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "@fidme/sleek-networking",
"version": "0.6.1",
"description": "A simple package to handle networking, cache, offline ?, etc",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest",
"test-with-cov": "jest --coverage"
},
"jest": {
"verbose": true
},
"author": "Michaël Villeneuve",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-sonarjs": "^0.2.0",
"jest": "^23.6.0",
"nock": "^10.0.2"
},
"dependencies": {
"base-64": "^1.0.0",
"jsrsasign": "^8.0.12",
"node-fetch": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FidMe/sleek-networking.git"
},
"bugs": {
"url": "https://github.com/FidMe/sleek-networking/issues"
},
"homepage": "https://github.com/FidMe/sleek-networking#readme"
}