-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 866 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
33
34
35
36
{
"private": true,
"name": "evolution-wordpress",
"version": "1.10.2",
"description": "Libraries for a multi-staged WordPress workflow with Vagrant",
"main": "lib/yeoman/index.js",
"dependencies": {
"chalk": "^0.5.1",
"fs-extra": "^0.20.1",
"request": "^2.42.0",
"ssh-keygen": "^0.2.1",
"in-words": "^0.1.0",
"yeoman-generator": "^0.16.0",
"deasync": "^0.1.0",
"inquirer": "^0.8.5",
"replace": "^0.3.0",
"yauzl": "^2.5.0",
"glob": "^4.0.4"
},
"devDependencies": {
"mocha": "^1.20.1",
"zombie": "^3.1.1"
},
"scripts": {
"test": "./bin/test"
},
"repository": {
"type": "git",
"url": "git://github.com/evolution/wordpress.git"
},
"author": "Eric Clemmons <eric@smarterspam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evolution/wordpress/issues"
}
}