-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 857 Bytes
/
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
{
"name": "feathers-actordb",
"version": "0.0.1",
"description": "Feathers.js data driver for ActorDB",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slanska/feathers-actordb.git"
},
"keywords": [
"actordb",
"feathersjs",
"nodejs",
"database"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/slanska/feathers-actordb/issues"
},
"homepage": "https://github.com/slanska/feathers-actordb#readme",
"dependencies": {
"actordb": "^0.10.1",
"feathers": "^2.0.2",
"feathers-errors": "^2.5.0",
"feathers-query-filters": "^2.1.1",
"knex": "^0.12.6",
"lodash": "^4.17.2"
},
"devDependencies": {
"chai": "^3.5.0",
"faker": "^3.1.0",
"mocha": "^3.2.0"
}
}