growstocks-pay
Version:
A simple API wrapper for GrowStocks Pay
23 lines (22 loc) • 450 B
JSON
{
"name": "growstocks-pay",
"version": "1.1.2",
"description": "A simple API wrapper for GrowStocks Pay",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "node postinstall.js"
},
"keywords": [
"gs-pay",
"growstocks",
"pay",
"growstocks pay"
],
"author": "",
"license": "ISC",
"dependencies": {
"print-message": "^3.0.1",
"request": "^2.88.2"
}
}