This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ahmad Awais
committed
Jan 12, 2018
1 parent
99f7e50
commit b1a9d2c
Showing
1 changed file
with
39 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,41 @@ | ||
{ | ||
"name": "create-guten-block", | ||
"version": "1.0.0", | ||
"description": "Create a gutenberg block plugin on the go.", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "nodemon index.js demo" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ahmadawais/create-guten-block.git" | ||
}, | ||
"keywords": ["gutenberg", "create-gutenberg-block", "wordpress"], | ||
"author": "AhmadAwais", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ahmadawais/create-guten-block/issues" | ||
}, | ||
"homepage": "https://github.com/ahmadawais/create-guten-block#readme", | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.1", | ||
"chalk": "^2.3.0", | ||
"eslint": "^4.15.0", | ||
"eslint-config-wordpress": "^2.0.0", | ||
"eslint-plugin-jest": "^21.6.1", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"eslint-plugin-wordpress": "^0.1.0", | ||
"execa": "^0.8.0", | ||
"ora": "^1.3.0", | ||
"shelljs": "^0.7.8", | ||
"update-notifier": "^2.3.0" | ||
}, | ||
"bin": { | ||
"create-guten-block": "index.js" | ||
} | ||
"name": "create-guten-block", | ||
"version": "1.0.0", | ||
"description": "Create a gutenberg block plugin on the go.", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "nodemon index.js demo" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ahmadawais/create-guten-block.git" | ||
}, | ||
"keywords": [ | ||
"gutenberg", | ||
"create-gutenberg-block", | ||
"wordpress" | ||
], | ||
"author": "AhmadAwais", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ahmadawais/create-guten-block/issues" | ||
}, | ||
"homepage": "https://github.com/ahmadawais/create-guten-block#readme", | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.1", | ||
"chalk": "^2.3.0", | ||
"eslint": "^4.15.0", | ||
"eslint-config-wordpress": "^2.0.0", | ||
"eslint-plugin-jest": "^21.6.1", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"eslint-plugin-wordpress": "^0.1.0", | ||
"execa": "^0.8.0", | ||
"ora": "^1.3.0", | ||
"shelljs": "^0.7.8", | ||
"update-notifier": "^2.3.0" | ||
}, | ||
"bin": { | ||
"create-guten-block": "index.js" | ||
} | ||
} |