UNPKG

805 BJSONView Raw
1{
2 "name": "apostrophe-pages",
3 "version": "0.5.86",
4 "description": "Adds trees of pages to the Apostrophe content management system",
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-pages.git"
12 },
13 "keywords": [
14 "apostrophe",
15 "pages",
16 "cms",
17 "content management",
18 "content management system"
19 ],
20 "author": "P'unk Avenue punkave.com",
21 "license": "MIT",
22 "dependencies": {
23 "async": "0.8.x",
24 "ent": "0.0.5",
25 "extend": "~1.1.3",
26 "lodash": "2.4.x",
27 "mocha": "~1.8.1",
28 "moment": "^2.8.3",
29 "regexp-quote": "0.0.0"
30 },
31 "devDependencies": {
32 "apostrophe": "*",
33 "mocha": "*",
34 "mongodb": "^1.4.19"
35 }
36}