forked from dasilva333/phonegap-iap-wp8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 795 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "cc.tgd.cordova.iap",
"version": "0.0.1",
"description": "Cordova Purchase plugin for WP8",
"cordova": {
"id": "cc.tgd.cordova.iap",
"platforms": [
"wp8"
]
},
"repository": {
"type": "git",
"url": "https://github.com/dasilva333/phonegap-iap-wp8.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-wp8",
"cordova-wp",
"cordova",
"phonegap",
"purchase"
],
"scripts": {
"test": "make test-js",
"coverage": "make test-js-coverage"
},
"author": "Richard Pinedo & Toby Kavukattu",
"license": "MIT",
"bugs": {
"url": "https://github.com/dasilva333/phonegap-iap-wp8/issues"
},
"homepage": "https://github.com/dasilva333/phonegap-iap-wp8",
"devDependencies": {
"cordova": "^3.6.3-0.2.13"
}
}