-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "beer-slurper",
"title": "Beer Slurper",
"description": "Slurp data from Untappd into your site!",
"version": "0.1.0",
"homepage": "https://kraft.im/",
"license": "GPL-2.0-or-later",
"repository": "kraftbj/beer-slurper",
"bugs": {
"url": "https://github.com/kraftbj/beer-slurper/issues",
"email": "public@brandonkraft.com"
},
"author": {
"name": "Brandon Kraft",
"email": "public@brandonkraft.com",
"url": "https://kraft.im/"
},
"scripts": {
"build:zip": "./bin/build-zip.sh",
"build:theme-zip": "./bin/build-theme-zip.sh",
"start": "wp-scripts start --webpack-src-dir=src/blocks --output-path=build",
"build:blocks": "wp-scripts build --webpack-src-dir=src/blocks --output-path=build"
},
"dependencies": {
"@wordpress/scripts": "^31.6.0"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^10.1.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-phpunit": "^0.3.6",
"grunt-wp-i18n": "^1.0.4",
"grunt-wp-readme-to-markdown": "^2.1.0",
"load-grunt-tasks": "^3.5.2",
"qunitjs": "~1.17.1"
},
"keywords": []
}