-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.12 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
{
"name": "row-restrictions-service",
"description": "Row Restrictions Service for Distributed",
"version": "1.2.4",
"homepage": "https://github.com/distributed-systems/row-restrictions",
"author": "Michael van der Weg <michael@joinbox.com> (http://joinbox.com/)",
"repository": {
"url": "https://github.com/distributed-systems/row-restrictions.git",
"type": "git"
},
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/distributed-systems/row-restrictions/issues"
},
"dependencies": {
"ee-types": "2.x",
"ee-log": "1.x",
"related": "2.x",
"related-timestamps": "2.x",
"distributed-prototype": "2.x",
"cachd": "1.x"
},
"devDependencies": {
"mocha": "3.x",
"db-dump": "1.x",
"db-restore": "1.x"
},
"optionalDependencies": {},
"keywords": [],
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter spec",
"dump-db": "node ./node_modules/db-dump/ --config=config.dump.js --data-dir=test/data --config-dir=test/config/db-dump"
}
}