-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 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
{
"private": true,
"name": "genesis-wordpress",
"version": "0.3.3",
"description": "Libraries for a multi-staged WordPress workflow with Vagrant",
"main": "generator/app/index.js",
"dependencies": {
"chalk": "~0.3.0",
"fs-extra": "~0.8.1",
"github-latest": "~0.1.2",
"request": "~2.27.0",
"ssh-keygen": "~0.2.1",
"yeoman-generator": "~0.14.0-rc.1"
},
"devDependencies": {
"hooker": "~0.2.3",
"mocha": "~1.15.1",
"zombie": "~2.0.0-alpha24"
},
"scripts": {
"test": "./test/bin/test"
},
"repository": {
"type": "git",
"url": "git://github.com/evolution/genesis-wordpress.git"
},
"author": "Eric Clemmons <eric@smarterspam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evolution/genesis-wordpress/issues"
}
}