mirror of
https://github.com/HackPlan/node-iap.git
synced 2026-01-12 17:02:41 +08:00
35 lines
715 B
JSON
35 lines
715 B
JSON
{
|
|
"name": "node-iap",
|
|
"version": "0.5.5",
|
|
"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 <rkorving@wizcorp.jp>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"form-urlencoded": "0.0.6",
|
|
"jwt-simple": "0.2.0",
|
|
"minimist": "0.0.8",
|
|
"proxying-agent": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc": "3.3.0-alpha4",
|
|
"jshint": "2.5.0",
|
|
"mocha": "1.20.1"
|
|
}
|
|
}
|