forked from apostrophecms/apostrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.74 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
{
"name": "apostrophe",
"version": "2.5.2",
"description": "The Apostrophe Content Management System.",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:punkave/apostrophe.git"
},
"keywords": [
"apostrophe",
"cms",
"content management",
"content management system",
"punkave"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"dependencies": {
"async": "^1.0.0",
"bless": "^3.0.3",
"body-parser": "^1.12.0",
"broadband": "^0.1.1",
"cheerio": "^0.22.0",
"clean-css": "^3.0.9",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.0.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.3.4",
"credential": "^1.0.0",
"cuid": "^1.2.5",
"deep-get-set": "^0.1.1",
"diff": "^2.1.0",
"express": "^4.11.2",
"express-session": "^1.10.3",
"glob": "^5.0.0",
"he": "^0.5.0",
"i18n": "^0.5.0",
"joinr": "^1.0.1",
"launder": "^0.1.1",
"less": "^2.0.0",
"less-middleware": "^2.0.0",
"lodash": "^3.1.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.0",
"moment": "^2.9.0",
"mongodb": "^2.0.0",
"moog-require": "^0.3.0",
"nunjucks": "^2.0.0",
"oembetter": "^0.1.10",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"path-to-regexp": "^1.2.0",
"prompt": "^0.2.14",
"qs": "^5.0.0",
"regexp-quote": "0.0.0",
"request": "^2.53.0",
"rimraf": "^2.5.4",
"sanitize-html": "^1.7.0",
"sluggo": "^0.2.0",
"syntax-error": "^1.1.6",
"uglify-js": "^2.4.16",
"underscore.string": "^3.0.2",
"uploadfs": "^1.1.8",
"xregexp": "^2.0.0",
"yargs": "^3.0.0"
},
"devDependencies": {
"mocha": "^3.0.0"
}
}