forked from gtg092x/node-wp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 738 Bytes
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
{
"name": "wp-cli",
"version": "0.0.5",
"description": "Node Wrapper for Wordpress CLI",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/gtg092x/node-wp-cli.git"
},
"keywords": [
"wordpress",
"node"
],
"author": "gtg092x",
"license": "MIT",
"bugs": {
"url": "https://github.com/gtg092x/node-wp-cli/issues"
},
"homepage": "https://github.com/gtg092x/node-wp-cli",
"devDependencies": {
"async": "^0.8.0",
"jsdom": "^0.10.5",
"lodash": "^2.4.1",
"request": "^2.34.0"
},
"dependencies": {
"async": "^0.8.0",
"lodash": "^2.4.1",
"shell-args-escape": "git+https://github.com/franc-liuzzi/shell-args-escape.git"
}
}