-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.25 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": "bookmarks",
"version": "4.0.0",
"description": "Bookmarks is a simple, social bookmarking service to help you keep track of your favorite places on the web. It provides a simple and beautiful listing of bookmarks, and the capability to search, sort, tag, favorite, and share a collection of links.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/unioncollege-webtech/bookmarks.git"
},
"author": "Benjamin Barber",
"license": "MIT",
"bugs": {
"url": "https://github.com/unioncollege-webtech/bookmarks/issues"
},
"homepage": "https://github.com/unioncollege-webtech/bookmarks",
"dependencies": {
"body-parser": "^1.9.0",
"connect-ensure-login": "^0.1.1",
"connect-html-minifier": "^0.1.0",
"cookie-parser": "^1.3.3",
"express": "^4.9.5",
"express-session": "^1.9.1",
"hbs": "^2.7.0",
"hbs-utils": "0.0.3",
"mongoose": "^3.8.18",
"mongoose-session": "0.0.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"slugify": "^0.1.0"
},
"devDependencies": {
"clean-css": "^2.2.16",
"uncss": "^0.9.0"
}
}