mirror of
https://github.com/HackPlan/node-iap.git
synced 2026-01-12 22:44:35 +08:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "iap",
|
|
"version": "0.1.1",
|
|
"description": "Apple in-app purchases for Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "",
|
|
"keywords": [
|
|
"iap",
|
|
"apple",
|
|
"purchase",
|
|
"itunes"
|
|
],
|
|
"author": "Ron Korving <rkorving@wizcorp.jp>",
|
|
"license": "MIT"
|
|
}
|