-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 946 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "create-cloud-block",
"version": "0.7.3",
"description": "A boilerplate generator for building Gutenberg Cloud blocks",
"main": "index.js",
"scripts": {
"create-cloud-block": "node ./index.js"
},
"bin": {
"create-cloud-block": "./index.js"
},
"author": {
"name": "Frontkom",
"email": "webadmin@front.no",
"url": "https://www.frontkom.no/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/front/create-cloud-block.git"
},
"bugs": {
"url": "https://github.com/front/create-cloud-block/issues"
},
"homepage": "https://github.com/front/create-cloud-block#readme",
"keywords": [
"gutenberg",
"create-app"
],
"dependencies": {
"chalk": "^3.0.0",
"cross-spawn": "^7.0.1",
"fs-extra": "^8.1.0",
"minimist": "^1.2.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}