UNPKG

874 BJSONView Raw
1{
2 "name": "apostrophe-events",
3 "version": "2.2.0",
4 "description": "Calendar of events for the Apostrophe content management system",
5 "main": "index.js",
6 "scripts": {
7 "test": "npx eslint ."
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:apostrophecms/apostrophe-events.git"
12 },
13 "keywords": [
14 "calendar",
15 "events",
16 "apostrophe",
17 "cms",
18 "apostrophecms"
19 ],
20 "author": "Apostrophe Technologies, Inc.",
21 "license": "MIT",
22 "dependencies": {
23 "@sailshq/lodash": "^3.10.3",
24 "async": "^1.5.2",
25 "moment": "^2.12.0"
26 },
27 "devDependencies": {
28 "eslint": "^6.8.0",
29 "eslint-config-apostrophe": "^3.1.0",
30 "eslint-config-standard": "^14.1.0",
31 "eslint-plugin-import": "^2.20.1",
32 "eslint-plugin-node": "^11.0.0",
33 "eslint-plugin-promise": "^4.2.1",
34 "eslint-plugin-standard": "^4.0.1"
35 }
36}
\No newline at end of file