forked from apostrophecms/apostrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "apostrophe",
"version": "2.76.0",
"description": "The Apostrophe Content Management System.",
"main": "index.js",
"scripts": {
"test": "mocha && eslint .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:apostrophecms/apostrophe.git"
},
"keywords": [
"apostrophe",
"apostrophe-cms",
"apostrophecms",
"cms",
"content management",
"content management system",
"punkave"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"async": "^1.5.2",
"bless": "^3.0.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.2",
"broadband": "^1.0.0",
"cheerio": "^0.22.0",
"clean-css": "^3.4.28",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"connect-multiparty": "^2.1.1",
"cookie-parser": "^1.4.3",
"credential": "^2.0.0",
"cuid": "^1.3.8",
"deep-get-set": "^0.1.1",
"diff": "^2.2.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"glob": "^5.0.15",
"he": "^0.5.0",
"html-to-plaintext": "^0.1.1",
"html-to-text": "^3.3.0",
"i18n": "^0.8.3",
"joinr": "^1.0.2",
"launder": "^1.0.1",
"less": "^3.9.0",
"less-middleware": "^3.0.1",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"moment": "^2.23.0",
"mongodb": "^2.2.36",
"moog-require": "^1.1.0",
"nodemailer": "^4.7.0",
"nunjucks": "^2.5.2",
"oembetter": "^0.1.19",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path-to-regexp": "^1.7.0",
"performance-now": "^2.1.0",
"prompt": "^0.2.14",
"qs": "^5.2.1",
"regexp-quote": "0.0.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"resolve": "^1.9.0",
"rimraf": "^2.6.3",
"sanitize-html": "^1.19.3",
"server-destroy": "^1.0.1",
"sluggo": "^0.2.0",
"syntax-error": "^1.3.0",
"tinycolor2": "^1.4.1",
"uglify-js": "^2.8.29",
"underscore.string": "^3.3.5",
"uploadfs": "^1.11.1",
"xregexp": "^2.0.0",
"yargs": "^3.32.0"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-apostrophe": "^2.0.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.1.1"
}
}