{ "name": "iap", "version": "0.5.0", "description": "In-app purchases for Node.js (Apple, Google)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/sunoj/node-iap" }, "keywords": [ "iap", "apple", "google", "android", "purchase", "itunes" ], "author": "Ron Korving ", "license": "MIT", "dependencies": { "minimist": "0.0.8", "jwt-simple": "0.2.0", "form-urlencoded": "0.0.6" }, "devDependencies": { "jsdoc": "3.3.0-alpha4", "jshint": "2.5.0", "mocha": "1.20.1" } }