-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 851 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
{
"name": "easy-zillow-reviews",
"version": "1.6.0",
"description": "Display Zillow Reviews on your website",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start gutenberg/src/index.js --output-path=gutenberg/build",
"build": "wp-scripts build gutenberg/src/index.js --output-path=gutenberg/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BoltonStudios/easy-zillow-reviews.git"
},
"keywords": [
"zillow",
"wordpress"
],
"author": "boltonstudios",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/BoltonStudios/easy-zillow-reviews/issues"
},
"homepage": "https://github.com/BoltonStudios/easy-zillow-reviews#readme",
"devDependencies": {
"@wordpress/scripts": "^26.0.0"
}
}