Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "payback",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "~1.10.2",
|
||||
"cookie-parser": "~1.3.3",
|
||||
"debug": "~2.1.1",
|
||||
"ejs": "~2.2.3",
|
||||
"express": "~4.11.1",
|
||||
"morgan": "~1.5.1",
|
||||
"serve-favicon": "~2.2.0",
|
||||
"stylus": "~0.42.3",
|
||||
"swig": "~1.4.2",
|
||||
"html": "latest",
|
||||
"nodemailer": "~1.0",
|
||||
"body-parser": "latest",
|
||||
"node-phantom": "latest",
|
||||
"moment": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user