forked from thanhdat21293/Arrowcms-document
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 945 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 945 Bytes
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
{
"name": "arrowjs-cms",
"description": "ArrowJS CMS base on ArrowJS",
"version": "0.0.3",
"author": "Techmaster",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/TechMaster/ArrowCMS.git"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"adm-zip": "^0.4.7",
"arrowjs": "*",
"cheerio": "^0.22.0",
"express": "^4.14.0",
"fakeredis": "^1.0.3",
"formidable": "~1.0.16",
"glob": "^7.1.1",
"image-size": "^0.5.0",
"imagemagick": "~0.1.3",
"moment": "^2.17.1",
"morgan": "^1.6.1",
"node-mailer": "^0.1.1",
"nodemailer": "^2.7.0",
"passport": "~0.3.0",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "~1.0.0",
"redis": "^2.6.3",
"serve-favicon": "^2.3.0",
"slug": "^0.9.1"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}