-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 962 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": "wordpress-migrate-tool",
"version": "2.0.0",
"description": "Wordpress migrate tool, without pain. 🦄",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"start": "node index.js"
},
"bin": {
"wpm": "./index.js",
"wordpress-migrate-tool": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagataycali/wordpress-migrate-tool.git"
},
"keywords": [
"wordpress",
"migrate",
"cli",
"tool",
"migration"
],
"author": "Çağatay Çalı",
"license": "MIT",
"bugs": {
"url": "https://github.com/cagataycali/wordpress-migrate-tool/issues"
},
"homepage": "https://github.com/cagataycali/wordpress-migrate-tool#readme",
"dependencies": {
"chalk": "^1.1.3",
"clear": "^0.0.1",
"commander": "^2.9.0",
"figlet": "^1.2.0",
"inquirer": "^3.0.6",
"path-exists": "^3.0.0",
"simple-ssh": "^0.9.0"
}
}