35 lines
799 B
JSON
35 lines
799 B
JSON
{
|
|
"name": "masa",
|
|
"version": "1.0.0",
|
|
"description": "NPM Package for M.A.S.A. App.",
|
|
"main": "app/index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@bitbucket.org:rey_reyes/masa.git"
|
|
},
|
|
"author": "Reynaldo Reyes",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"karma": "^0.13.9"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.4.6",
|
|
"body-parser": "latest",
|
|
"cookie-parser": "^1.4.1",
|
|
"express": "latest",
|
|
"express-jwt": "^3.4.0",
|
|
"favicon": "0.0.2",
|
|
"gulp": "latest",
|
|
"jsonwebtoken": "^6.2.0",
|
|
"mongoose": "latest",
|
|
"morgan": "^1.7.0",
|
|
"nodemailer": "^2.7.0",
|
|
"passport": "^0.3.2",
|
|
"passport-local": "^1.0.0",
|
|
"serve-favicon": "^2.3.0"
|
|
}
|
|
}
|