25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "masa-front",
|
|
"version": "1.0.0",
|
|
"description": "Frontend 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": {
|
|
"body-parser": "latest",
|
|
"express" : "latest",
|
|
"gulp":"latest",
|
|
"mongoose":"latest"
|
|
}
|
|
}
|