-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 940 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
{
"name": "db-migrate-pkgkit",
"version": "1.0.2",
"description": "A helper to develop plugins and drivers for db-migrate more easily.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./bin/db-migrate-pkgkit",
"repository": {
"type": "git",
"url": "git+https://github.com/db-migrate/pkgkit.git"
},
"keywords": [
"db-migrate",
"db",
"database",
"dbmigrate",
"migrate",
"migration",
"develop",
"development",
"plugin",
"addon",
"addin",
"kit",
"package",
"helper"
],
"author": "Tobias Gurtzick <magic@wizardtales.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/pkgkit/issues"
},
"homepage": "https://github.com/db-migrate/pkgkit#readme",
"dependencies": {
"commander": "^2.9.0",
"pkginfo": "^0.4.0",
"resolve": "^1.1.7",
"sane": "^1.4.1"
}
}