Files
MASA/package.json
Reynaldo Reyes 90d22e3405 Initial commit
2016-02-29 00:49:18 -04:30

23 lines
477 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:PosmaGroup/censys-front.git"
},
"author": "Posma Group C.A.",
"license": "MIT",
"devDependencies": {
"karma": "^0.13.9"
},
"dependencies": {
"express" : "latest",
"gulp":"latest"
}
}