forked from db-migrate/sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 826 Bytes
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
{
"name": "db-migrate-sqlite3",
"version": "0.3.1",
"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.1.1",
"db-migrate-base": "^1.2.5",
"sqlite3": "^4.0.1"
},
"devDependencies": {
"db-meta": "^0.5.1",
"db-migrate-shared": "^1.1.2",
"vows": "0.8.0"
}
}