-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 858 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
{
"name": "@automattic/coblocks-plugin",
"version": "1.11.1",
"description": "Plugin to provide a select list of blocks from CoBlocks to WP.com users",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clone": "rimraf coblocks && git clone --branch 1.11.1 https://github.com/godaddy/coblocks.git",
"copy": "cp blocks.js ./coblocks/src",
"remove-src": "rimraf ./coblocks/build/coblocks/src",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Automattic/wp-calypso.git"
},
"author": "Automattic, Inc.",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Automattic/wp-calypso/issues"
},
"homepage": "https://github.com/Automattic/wp-calypso#readme",
"devDependencies": {
"mv": "^2.1.1",
"prettier": "^1.18.2",
"rimraf": "^2.6.3"
}
}