UNPKG

702 BJSONView Raw
1{
2 "name": "apostrophe-blocks",
3 "version": "0.5.57",
4 "description": "Allows a column of content to be broken up into blocks with independent templates, allowing for sub-columns to alternate with a full width column for instance. Blocks can be added and removed freely.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:punkave/apostrophe-blocks.git"
12 },
13 "keywords": [
14 "sections",
15 "apostrophe",
16 "cms",
17 "punkave"
18 ],
19 "author": "P'unk Avenue LLC",
20 "license": "MIT",
21 "dependencies": {
22 "async": "0.8.x",
23 "lodash": "2.4.x",
24 "extend": "~1.2.1"
25 }
26}