forked from xotab30/CinemaPress-ACMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "cinemapress-acms",
"version": "0.9.6",
"description": "CinamePress Automated Content Management System.",
"license": "MIT",
"author": "Surinam <[email protected]>",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CinemaPress/CinemaPress-ACMS.git"
},
"bugs": {
"url": "https://github.com/CinemaPress/CinemaPress-ACMS/issues"
},
"homepage": "https://CinemaPress.org/",
"dependencies": {
"body-parser": "1.18.3",
"cookie-parser": "1.4.3",
"express": "4.16.4",
"ejs": "2.6.1",
"path": "0.12.7",
"request": "2.88.0",
"mysql": "2.16.0",
"async": "2.6.1",
"memcached": "2.2.2",
"html-entities": "1.2.1",
"md5": "2.2.1",
"speakingurl": "14.0.1",
"child_process": "1.0.2",
"imap": "0.8.19",
"base64-stream": "0.1.3",
"maxmind": "2.7.0",
"ua-parser-js": "0.7.18",
"multer": "1.4.1",
"html-minifier": "3.5.20",
"cheerio": "1.0.0-rc.2",
"moment": "2.22.2"
}
}