-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "@oada/oada-cache-overmind",
"version": "1.0.8",
"description": "",
"main": "./index.js",
"scripts": {
"test": "mocha --require @babel/register test/**/*.test.js",
"build": "babel src --out-dir ./",
"build-watch": "babel --watch ./src --out-dir ./",
"prepare": "yarn run build",
"install": "yarn run build"
},
"author": {
"name": "Cyrus Bowman"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@oada/client": "^1.0.4",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"pouchdb": "^7.2.2",
"url": "^0.11.0",
"uuid": "^7.0.3"
},
"devDependencies": {
"mocha": "^7.1.1",
"overmind": "^25.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oada/oada-cache-overmind.git"
},
"keywords": [
"cache",
"oada",
"overmind",
"node",
"javascript"
],
"homepage": "https://github.com/OADA/oada-cache-overmind"
}