forked from yeswework/fabrica-dev-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 844 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
{
"name": "fabrica-dev-kit",
"version": "2.1.9",
"description": "Fabrica Dev Kit for Wordpress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeswework/fabrica-dev-kit.git"
},
"keywords": [
"wordpress",
"docker",
"toolkit"
],
"author": "Yes We Work <[email protected]> (http://yeswework.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeswework/fabrica-dev-kit/issues"
},
"homepage": "https://github.com/yeswework/fabrica-dev-kit#readme",
"bin": {
"fdk": "./index.js"
},
"dependencies": {
"commander": "^2.20.0",
"findup-sync": "^3.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.14",
"promise": "^8.0.3",
"shelljs": "^0.8.3"
}
}