-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 903 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": "mongolfier",
"version": "0.2.0",
"description": "A Simple MySQL to MongoDB Migration Tool",
"homepage": "http://github.com/iolo/mongolfier",
"author": "Dongsu Jang <[email protected]>",
"keywords": [
"mysql",
"mongodb",
"mongo",
"migration"
],
"repository": {
"type": "git",
"url": "https://github.com/iolo/mongolfier.git"
},
"bugs": {
"url": "https://github.com/iolo/mongofier/issues"
},
"license": "MIT",
"engine": {
"node": ">=4.0"
},
"dependencies": {
"commander": ">=2.9.0",
"debug": ">=2.2.0",
"lodash": ">=3.10.1",
"mongodb": ">=2.0.48",
"mysql": ">=2.9.0",
"q": ">=1.4.1"
},
"devDependencies": {
"nodeunit": "*",
"jslint": "*"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib/mongolfier",
"bin": {
"mongolfier": "./bin/mongolfier.js"
}
}