forked from db-migrate/pg
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "@devotis/db-migrate-mssql",
"version": "1.1.5",
"description": "A mssql driver for db-migrate",
"main": "index.js",
"scripts": {
"test": "node node_modules/.bin/vows"
},
"repository": {
"type": "git",
"url": "https://github.com/devotis/db-migrate-mssql.git"
},
"keywords": [
"db-migrate",
"migrate",
"migration",
"mssql",
"sql",
"database",
"db",
"migrator",
"driver"
],
"author": "Christiaan Westerbeek",
"license": "MIT",
"bugs": {
"url": "https://github.com/devotis/db-migrate-mssql/issues"
},
"homepage": "https://github.com/devotis/db-migrate-mssql",
"dependencies": {
"bluebird": "^3.5.4",
"db-migrate-base": "^1.6.3",
"mssql": "6.0.0-beta.1"
},
"devDependencies": {
"db-meta": "^0.5.1",
"db-migrate-shared": "^1.2.0",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.17.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"vows": "0.8.2"
}
}