apostrophe-schemas
Version:
Schemas for easy editing of properties in Apostrophe objects
34 lines (33 loc) • 771 B
JSON
{
"version": "0.5.29",
"name": "apostrophe-schemas",
"description": "Schemas for easy editing of properties in Apostrophe objects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/punkave/apostrophe-schemas.git"
},
"keywords": [
"apostrophe",
"cms",
"content",
"management",
"schemas",
"mongodb"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/punkave/apostrophe-schemas/issues"
},
"homepage": "https://github.com/punkave/apostrophe-schemas",
"dependencies": {
"async": "0.8.x",
"lodash": "2.4.x",
"extend": "~1.2.1",
"moment": "~2.4.0"
}
}