forked from j3k0/cordova-plugin-purchase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cc.fovea.cordova.purchase",
"version": "4.1.0",
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)",
"cordova": {
"id": "cc.fovea.cordova.purchase",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/j3k0/cordova-plugin-purchase.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova",
"phonegap",
"purchase",
"storekit",
"ios",
"android",
"play",
"appstore"
],
"scripts": {
"test": "make test-js",
"coverage": "make test-js-coverage"
},
"author": "Jean-Christophe Hoelt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/j3k0/PhoneGap-InAppPurchase-iOS/issues"
},
"homepage": "https://github.com/j3k0/PhoneGap-InAppPurchase-iOS",
"devDependencies": {
"cordova": "^3.6.3-0.2.13",
"eslint": "^0.9.1",
"istanbul": "^0.3.2",
"jshint": "^2.5.6",
"mocha": "^1.21.4",
"preprocessor": "^1.4.0",
"uglify-js": "^2.4.15",
"coveralls": "^2.11.2"
}
}