apostrophe-pages
Version:
Adds trees of pages to the Apostrophe content management system
37 lines (36 loc) • 805 B
JSON
{
"name": "apostrophe-pages",
"version": "0.5.86",
"description": "Adds trees of pages to the Apostrophe content management system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/punkave/apostrophe-pages.git"
},
"keywords": [
"apostrophe",
"pages",
"cms",
"content management",
"content management system"
],
"author": "P'unk Avenue punkave.com",
"license": "MIT",
"dependencies": {
"async": "0.8.x",
"ent": "0.0.5",
"extend": "~1.1.3",
"lodash": "2.4.x",
"mocha": "~1.8.1",
"moment": "^2.8.3",
"regexp-quote": "0.0.0"
},
"devDependencies": {
"apostrophe": "*",
"mocha": "*",
"mongodb": "^1.4.19"
}
}