-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "amanuensis",
"version": "0.4.0",
"description": "Amanuensis Simple Blogs",
"main": "app.js",
"dependencies": {
"body-parser": "^1.9.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.3",
"express-generator": "^4.9.0",
"express-session": "^1.9.1",
"hbs": "^2.7.0",
"hbs-utils": "0.0.3",
"lowdb": "^0.4.1",
"markdown": "^0.5.0",
"md2html": "0.0.1",
"mongoose": "^3.8.17",
"mongoose-session": "0.0.2",
"nodemon": "^1.2.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"stylus": "^0.49.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Vitr0l/Amanuensis.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vitr0l/Amanuensis/issues"
},
"homepage": "https://github.com/Vitr0l/Amanuensis"
}