Files
MASA/package.json

25 lines
520 B
JSON
Raw Normal View History

2016-02-29 00:49:18 -04:30
{
"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",
2016-04-14 09:32:20 -04:30
"url": "git@bitbucket.org:rey_reyes/masa.git"
2016-02-29 00:49:18 -04:30
},
2016-04-14 09:32:20 -04:30
"author": "Reynaldo Reyes",
2016-02-29 00:49:18 -04:30
"license": "MIT",
"devDependencies": {
"karma": "^0.13.9"
},
"dependencies": {
2016-04-14 09:32:20 -04:30
"body-parser": "latest",
2016-02-29 00:49:18 -04:30
"express" : "latest",
2016-04-14 09:32:20 -04:30
"gulp":"latest",
"mongoose":"latest"
2016-02-29 00:49:18 -04:30
}
}