forked from gabrielrcouto/palestra-async
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 862 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": "wp-launchpad",
"version": "0.0.1",
"description": "Launchpad for your professional WordPress development workflow ",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compass": "^1.0.4",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-watch": "^0.6.1"
},
"devDependencies": {
"grunt-ftp-deploy": "^0.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:micahblu/wp-launchpad.git"
},
"keywords": [
"Wordpress",
"Development",
"launchpad",
"workflow"
],
"author": "micahblu",
"license": "ISC",
"bugs": {
"url": "https://github.com/micahblu/wp-launchpad/issues"
},
"homepage": "https://github.com/micahblu/wp-launchpad"
}