UNPKG

1.09 kBJSONView Raw
1{
2 "name": "apostrophe-blog-2",
3 "version": "0.5.43",
4 "description": "A next-generation blog for A2. Blogs and blog posts are ordinary pages with a few fancy features, so that blog posts have a natural and obvious permanent URL on the site but aggreation and blog-style browsing are still possible.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/punkave/apostrophe-blog-2.git"
12 },
13 "keywords": [
14 "blog",
15 "a2",
16 "apostrophe",
17 "cms"
18 ],
19 "author": "P'unk Avenue LLC",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/punkave/apostrophe-blog-2/issues"
23 },
24 "homepage": "https://github.com/punkave/apostrophe-blog-2",
25 "dependencies": {
26 "absolution": "~1.0.0",
27 "apostrophe-fancy-page": "~0.5.3",
28 "async": "0.8.x",
29 "cheerio": "^0.17.0",
30 "lodash": "~2.4.1",
31 "moment": "^2.6.0",
32 "random-words": "0.0.1",
33 "request": "^2.44.0",
34 "rss": "~0.3.2",
35 "split-html": "^0.1.0",
36 "xml2js": "^0.4.4"
37 }
38}