-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "rethinkdb-migration",
"version": "1.1.0",
"description": "RethinkDB migration tool allows you to handle database migration for your Node application.",
"author": "Future Processing Sp. z o.o.",
"private": false,
"main": "rethinkdb-migration.js",
"engines": {
"node": ">=8.9.*"
},
"repository": {
"type": "git",
"url": "[email protected]:FutureProcessing/rethinkdb-migration.git"
},
"bin": {
"rethinkdb-migration": "./bin/rethinkdb-migration"
},
"dependencies": {
"lodash": "^4.17.4",
"rethinkdbdash": "^2.3.31",
"command-line-args": "^5.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"co-mocha": "^1.2.0",
"eslint": "4.10.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-eslint": "^20.1.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"istanbul": "^0.4.5",
"jit-grunt": "^0.10.0",
"mocha": "3.2.0",
"mocha-junit-reporter": "1.13.0",
"mocha-multi": "^0.10.0",
"mocha-param": "^1.0.2",
"mock-require": "^2.0.1",
"sinon": "4.2.2",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0"
}
}