-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "amazon_iap",
"version": "1.1.1",
"description": "Validates Amazon app store purchases (iap) using the amazon receipt verification service (rvs) to find out about current subscription details.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: use mocha on spec/*.spec.js\" && exit 1"
},
"keywords": [
"amazon",
"amazon rvs",
"amazon iap",
"purchase",
"receipt"
],
"repository": {
"type": "git",
"url": "https://github.com/may215/amazon_iap"
},
"author": "Meir Shamay <may215@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^2.2.0"
},
"dependencies": {
"lodash": "^3.6.0"
}
}