comercioeletronico-cotacao-api/package.json

23 lines
451 B
JSON
Raw Normal View History

2017-02-18 18:07:31 +00:00
{
"name": "payfast",
"version": "1.0.0",
2017-02-18 18:27:33 +00:00
"description": "gateway de pedidos utilizando recursos http.",
2017-02-18 18:07:31 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"gateway",
"javascript"
],
"author": "juliocvidal",
"license": "ISC",
"dependencies": {
2017-02-19 20:46:45 +00:00
"body-parser": "^1.16.1",
2017-02-18 18:07:31 +00:00
"consign": "^0.1.2",
2017-02-19 20:46:45 +00:00
"express": "^4.14.0",
"mysql": "^2.13.0"
2017-02-18 18:07:31 +00:00
}
}