-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
59 lines (59 loc) · 1.55 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@hoodie/server",
"version": "0.0.0-semantically-released",
"description": "Hapi plugin for Hoodie’s server core module",
"author": "",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"pretest": "standard",
"test": "nyc tap --no-cov './test/{unit,integration}/**/*-test.js'"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/hoodie-server.git"
},
"keywords": [
"hapi",
"plugin"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hoodiehq/hoodie-server/issues"
},
"homepage": "https://github.com/hoodiehq/hoodie-server#readme",
"devDependencies": {
"coveralls": "^2.12.0",
"hapi": "^16.0.2",
"memdown": "^1.2.0",
"nock": "^9.0.9",
"nyc": "^10.1.2",
"pouchdb-adapter-memory": "^6.1.2",
"pouchdb-core": "^6.1.2",
"proxyquire": "^1.7.11",
"semantic-release": "^6.3.0",
"simple-mock": "^0.7.0",
"standard": "^9.0.1",
"tap": "^10.3.0"
},
"dependencies": {
"@hoodie/account-server": "^6.1.0",
"@hoodie/store-server": "^3.0.0",
"async": "^2.1.5",
"boom": "^4.2.0",
"h2o2": "^5.1.0",
"inert": "^4.0.1",
"jsonfile": "^2.3.1",
"lodash": "^4.14.1",
"pouchdb-admins": "^1.0.3",
"pouchdb-doc-api": "^1.0.1",
"randomstring": "^1.1.5",
"request": "^2.80.0",
"strip-url-auth": "^1.0.1",
"vision": "^4.1.0"
}
}