Files
MASA/package.json
2016-04-14 09:32:20 -04:30

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"
}
}