forked from Eureka/chaz-wedding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
41
42
43
{
"name": "www.cfwedding2014.com",
"description": "The open source website for Leslie Verploegen's and Eric Ferraiuolo's wedding.",
"homepage": "http://www.cfwedding2014.com/",
"version": "1.8.0",
"private": true,
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com> (http://ericf.me/)",
"license": "MIT",
"directories": {
"lib": "./lib",
"middleware": "./middleware",
"public": "./public",
"routes": "./routes",
"scripts": "./scripts",
"views": "./views"
},
"main": "server",
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.2"
},
"dependencies": {
"async": "0.2.x",
"bower": "1.2.x",
"combohandler": "0.2.x",
"csv": "0.3.x",
"db-migrate": "0.4.x",
"deep-freeze": "latest",
"express": "3.2.x",
"express-slash": "latest",
"express-state": "latest",
"express3-handlebars": "latest",
"handlebars": "1.0.x",
"pg": "1.1.x",
"request": "2.25.0",
"passport": "~0.2.0",
"passport-local": "~0.1.6"
},
"scripts": {
"install": "./node_modules/bower/bin/bower install",
"migrate-up": "./node_modules/db-migrate/bin/db-migrate up -e default --config config/migrations.json"
}
}