-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "php-magazine",
"version": "1.0.0",
"description": "The best digital magazine for newspapers or bloggers",
"repository": {
"type": "git",
"url": "git+https://github.com/soyvillareal/PHP-Magazine.git"
},
"scripts": {
"start": "node nodejs/server.js"
},
"keywords": [
"Web",
"Website",
"Magazine",
"Open-source-project",
"PHP-Script",
"Magazine-website"
],
"author": "Oscar Garces",
"license": "MIT",
"bugs": {
"url": "https://github.com/soyvillareal/PHP-Magazine/issues"
},
"homepage": "https://github.com/soyvillareal/PHP-Magazine#readme",
"dependencies": {
"async": "^3.2.4",
"async-foreach": "^0.1.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"image-downloader": "^4.3.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"oembed-parser": "^3.1.2",
"path": "^0.12.7",
"read-file": "^0.2.0",
"sha1": "^1.1.1",
"sharp": "^0.31.1",
"slug": "^8.2.2",
"socket.io": "^4.5.3",
"striptags": "^3.2.0",
"unix-time": "^1.0.1",
"urldecode": "^1.0.1"
}
}