-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 877 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
40
41
42
43
44
{
"name": "db-migrate-sqlite3",
"version": "1.0.2",
"description": "A sqlite driver for db-migrate",
"main": "index.js",
"scripts": {
"test": "vows"
},
"repository": {
"type": "git",
"url": "https://github.com/db-migrate/sqlite.git"
},
"keywords": [
"db-migrate",
"migrate",
"migration",
"sqlite",
"sqlite3",
"sql",
"database",
"db",
"migrator",
"driver"
],
"author": "Tobias Gurtzick",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/sqlite/issues"
},
"homepage": "https://github.com/db-migrate/sqlite",
"dependencies": {
"bluebird": "^3.7.2",
"db-migrate-base": "^2.3.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"db-meta": "^0.5.1",
"db-migrate-shared": "^1.2.0",
"vows": "0.8.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}