forked from naval/mysql-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 960 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
{
"name" : "mysql-tools",
"description" : "Create mysqldump and restore dump into database",
"version" : "0.1.2",
"homepage" : "https://github.com/naval/mysql-tools",
"author" : {
"name" : "Naval Patel <navalmca2009@gmail.com>",
"email" : "Naval Patel <navalmca2009@gmail.com>"
},
"licence" : "MIT",
"repository" : {
"url" : "https://github.com/naval/mysql-tools.git",
"type" : "git"
},
"engines" : {
"node" : ">=v0.10.17"
},
"bugs" : {
"url" : "https://github.com/naval/mysql-tools/issues"
},
"dependencies" : {
"async-method" : "~0.1.1",
"ee-class" : "1.0.x",
"ee-event-emitter" : "0.1.x",
"ee-log" : "0.3.x",
"ee-types" : "0.1.x",
"es6-promise" : "^2.1.1",
"install" : "^0.1.8"
},
"devDependencies" : {
"mocha" : "1.17.x"
},
"keywords" : [ ],
"private" : false,
"scripts" : {
"test" : "./node_modules/mocha/bin/mocha --reporter spec"
},
"main" : "./"
}