-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 893 Bytes
/
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
{
"name": "blogosphere",
"version": "1.0.0",
"description": "Many people blog communities",
"main": "server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development nodemon server/app.js --exec babel-node"
},
"keywords": [
"blog"
],
"author": "taoyage",
"license": "ISC",
"git-repository": "https://github.com/taoyage/blogosphere",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"cross-env": "^3.1.3",
"nodemon": "^1.11.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"ccap": "^0.6.10",
"express": "^4.14.0",
"express-session": "^1.14.2",
"formidable": "^1.0.17",
"markdown-it": "^8.2.2",
"moment": "^2.17.1",
"mysql": "^2.12.0",
"utility": "^1.9.0",
"xtemplate": "^4.6.0",
"xtpl": "^3.3.0"
}
}