forked from spion/anydb-sql-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 820 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
{
"name": "anydb-sql-migrations",
"version": "2.0.0",
"description": "Database migrations for anydb-sql",
"main": "lib/index.js",
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"anydb",
"sql",
"migrations"
],
"author": "spion",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/spion/anydb-sql-migrations.git"
},
"bugs": {
"url": "https://github.com/spion/anydb-sql-migrations/issues"
},
"homepage": "https://github.com/spion/anydb-sql-migrations",
"dependencies": {
"anydb-sql": "^0.6.39",
"bluebird": "^2.3.11",
"lodash": "^2.4.1",
"yargs": "^1.3.3"
},
"devDependencies": {
"blue-tape": "^0.1.8",
"source-map-support": "^0.2.8",
"sqlite3": "^3.0.4",
"tsc-wrap-definition": "^1.0.2"
}
}