Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Awais committed Jan 12, 2018
1 parent 99f7e50 commit b1a9d2c
Showing 1 changed file with 39 additions and 35 deletions.
74 changes: 39 additions & 35 deletions package.json
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"
}
}

0 comments on commit b1a9d2c

Please sign in to comment.