paypal/package.json

19 lines
356 B
JSON
Raw Normal View History

2017-10-26 12:23:13 +00:00
{
"name": "ppal",
"version": "1.0.1",
"description": "mojoio PayPal API abstraction",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"typings-global": "^1.0.16"
}
}