-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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
{
"code": "wp-automation",
"name": "wp-automation",
"title": "sasa",
"description": "Custom theme created by Rodrigo Donini",
"version": "1.0.0",
"framework_version": "1.1.0",
"homepage": "http://localhost/wp-automation",
"locale": "en_US",
"admin_user": "admin",
"admin_pass": "12345",
"admin_email": "admin@wordpress.local",
"author": {
"name": "Rodrigo Donini",
"email": "me@donini.me"
},
"database": {
"dbname": "dp_wp_automation",
"dbuser": "root",
"dbpassword": "root",
"dbhost": "localhost",
"dbprefix": "wpd_"
},
"devDependencies": {
"connect-livereload": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-imagine": "*",
"grunt-prompt": "*",
"grunt-shell": "*",
"grunt-string-replace": "*",
"grunt-zip": "",
"matchdep": "*"
},
"keywords": []
}