UNPKG

946 BJSONView Raw
1{
2 "name": "create-cloud-block",
3 "version": "0.7.3",
4 "description": "A boilerplate generator for building Gutenberg Cloud blocks",
5 "main": "index.js",
6 "scripts": {
7 "create-cloud-block": "node ./index.js"
8 },
9 "bin": {
10 "create-cloud-block": "./index.js"
11 },
12 "author": {
13 "name": "Frontkom",
14 "email": "webadmin@front.no",
15 "url": "https://www.frontkom.no/"
16 },
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/front/create-cloud-block.git"
21 },
22 "bugs": {
23 "url": "https://github.com/front/create-cloud-block/issues"
24 },
25 "homepage": "https://github.com/front/create-cloud-block#readme",
26 "keywords": [
27 "gutenberg",
28 "create-app"
29 ],
30 "dependencies": {
31 "chalk": "^3.0.0",
32 "cross-spawn": "^7.0.1",
33 "fs-extra": "^8.1.0",
34 "minimist": "^1.2.0",
35 "validate-npm-package-name": "^3.0.0"
36 },
37 "devDependencies": {
38 "eslint": "^6.8.0"
39 }
40}