UNPKG

1.84 kBJSONView Raw
1{
2 "name": "hoodie-server-account",
3 "version": "2.6.11",
4 "description": "Account REST API backed by CouchDB",
5 "main": "plugin/index.js",
6 "scripts": {
7 "start": "bin/server",
8 "pretest": "standard",
9 "test": "tap tests/{unit,integration}/{**,**/**}/*-test.js",
10 "test:watch": "gaze 'bin/watch-and-test.sh $path' 'tests/**/*.js' '*.js' 'api/**/*.js' 'plugin/**/*.js' 'routes/**/*.js' 'utils/**/*.js'",
11 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/hoodiehq/hoodie-server-account.git"
16 },
17 "keywords": [
18 "hapi",
19 "plugin",
20 "couchdb",
21 "account",
22 "hoodie"
23 ],
24 "author": {
25 "name": "The Hoodie Community and other contributors | http://hood.ie/"
26 },
27 "license": "Apache-2.0",
28 "bugs": {
29 "url": "https://github.com/hoodiehq/hoodie-server-account/issues"
30 },
31 "homepage": "https://github.com/hoodiehq/hoodie-server-account#readme",
32 "devDependencies": {
33 "coveralls": "^2.11.6",
34 "gaze-cli": "^0.2.0",
35 "hapi": "^13.0.0",
36 "lolex": "^1.4.0",
37 "memdown": "^1.1.2",
38 "nock": "^7.0.2",
39 "nodemailer-stub-transport": "^1.0.0",
40 "pouchdb": "^5.2.0",
41 "pouchdb-users": "^1.0.3",
42 "semantic-release": "^6.1.0",
43 "standard": "^6.0.4",
44 "tap": "^5.2.0",
45 "tap-min": "^1.0.0"
46 },
47 "dependencies": {
48 "@gar/hapi-json-api": "^2.0.1",
49 "async": "^1.5.1",
50 "base64url": "^1.0.5",
51 "boom": "^3.1.2",
52 "couchdb-calculate-session-id": "^1.1.0",
53 "joi": "^8.0.1",
54 "lodash": "^4.0.1",
55 "nodemailer": "^2.0.0",
56 "nyc": "^6.0.0",
57 "pouchdb-admins": "^1.0.0",
58 "randomstring": "^1.1.3",
59 "request": "^2.69.0"
60 },
61 "readme": "ERROR: No README data found!",
62 "_id": "hoodie-server-account@0.0.0-semantically-released"
63}
\No newline at end of file