-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
47 lines (47 loc) · 1.09 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
45
46
47
{
"name": "apipeline",
"version": "3.0.1",
"description": "Feature-rich and pluggable offline-first API wrapper for the browser, node.js and react-native. Easily wire-up your API and make your app work offline in minutes !",
"main": "./dist/index.js",
"types": "./src/index.d.ts",
"scripts": {
"start": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Exilz/apipeline.git"
},
"keywords": [
"react",
"native",
"browser",
"node",
"node.js",
"apipeline",
"sqlite",
"driver",
"offline",
"api",
"wrapper",
"superagent",
"axios",
"fetch",
"http",
"request"
],
"author": "Maxime Bertonnier <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Exilz/apipeline/issues"
},
"homepage": "https://github.com/Exilz/apipeline#readme",
"devDependencies": {
"typescript": "^2.4.2"
},
"dependencies": {
"jssha": "^2.3.1",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.0"
}
}