-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 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
36
37
{
"name": "thoughtLog",
"version": "0.0.1",
"description": "Log for ones thoughts to find later and make connections",
"keywords": [
"thoughts",
"log"
],
"homepage": "https://github.com/antonellil/thoughtlog",
"repository": {
"type": "git",
"url": "git://github.com/antonellil/thoughtlog.git"
},
"author": "Louis Antonelli <lpa22@cornell.edu>",
"main": ".",
"dependencies": {
"body-parser": "^1.14.2",
"bower": "^1.7.7",
"ejs": "^2.4.1",
"express": "*",
"knex": "^0.9.0",
"livereload": "^0.4.1",
"lodash": "*",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"pg": "*",
"sha1": "^1.1.1",
"uuid": "^2.0.1"
},
"engines": {
"node": ">= 5.0.0"
},
"scripts": {
"start": "node server.js",
"postinstall": "node_modules/bower/bin/bower install -F"
}
}