-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 966 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
45
46
{
"name": "generator-vvv",
"version": "1.0.1",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/generators/index.js",
"repository": "[email protected]:lkwdwrd/generator-vvv.git",
"author": {
"name": "Luke Woodward",
"email": "[email protected]",
"url": "https://github.com/lkwdwrd"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"yeoman-generator",
"vvv",
"vagrant",
"sharable",
"flexible",
"local development",
"generator",
"WordPress"
],
"dependencies": {
"bluebird": "^3.3.4",
"chalk": "^1.1.1",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"ini": "^1.3.4",
"lodash": "^4.6.0",
"mc-download": "^1.1.2",
"mkdirp": "^0.5.1",
"object-stringify": "^0.1.4",
"slash": "^1.0.0",
"valid-url": "^1.0.9",
"yeoman-generator": "^0.22.5"
},
"devDependencies": {
"mocha": "^2.4.5"
}
}