UNPKG

771 BJSONView Raw
1{
2 "version": "0.5.87",
3 "name": "apostrophe-schemas",
4 "description": "Schemas for easy editing of properties in Apostrophe objects",
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-schemas.git"
12 },
13 "keywords": [
14 "apostrophe",
15 "cms",
16 "content",
17 "management",
18 "schemas",
19 "mongodb"
20 ],
21 "author": "P'unk Avenue LLC",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/punkave/apostrophe-schemas/issues"
25 },
26 "homepage": "https://github.com/punkave/apostrophe-schemas",
27 "dependencies": {
28 "async": "0.8.x",
29 "lodash": "2.4.x",
30 "extend": "~1.2.1",
31 "moment": "~2.4.0"
32 }
33}