-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
39
{
"name": "db-migrate-base",
"version": "2.3.1",
"description": "db-migrate base driver",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/db-migrate/db-migrate-base.git"
},
"keywords": [
"db-migrate",
"migration",
"base",
"driver",
"database",
"db",
"migrate"
],
"author": "Tobias Gurtzick <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/db-migrate-base/issues"
},
"homepage": "https://github.com/db-migrate/db-migrate-base",
"dependencies": {
"bluebird": "^3.1.1"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}