apostrophe-site
Version:
Create sites powered by the Apostrophe 2 CMS with a minimum of boilerplate code
29 lines (28 loc) • 710 B
JSON
{
"name": "apostrophe-site",
"version": "0.5.18",
"description": "Create sites powered by the Apostrophe 2 CMS with a minimum of boilerplate code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/punkave/apostrophe-site.git",
"keywords": [
"apostrophe",
"cms"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"dependencies": {
"uploadfs": "~1.1.0",
"apostrophe-pages": "~0.5.x",
"apostrophe-schemas": "~0.5.x",
"apostrophe": "~0.5.x",
"appy": "~0.4.0",
"async": "0.8.x",
"lodash": "2.4.x",
"extend": "~1.2.0",
"nodemailer": "~0.5.6",
"i18n": "0.4.1"
}
}