UNPKG

1.12 kBJSONView Raw
1{
2 "name": "apostrophe-blog-2",
3 "version": "0.5.54",
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 "csv-parse": "0.0.6",
31 "lodash": "~2.4.1",
32 "moment": "^2.6.0",
33 "random-words": "0.0.1",
34 "request": "^2.44.0",
35 "rss": "~0.3.2",
36 "split-html": "~1.0.0",
37 "xml2js": "^0.4.4"
38 }
39}