-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
107 lines (107 loc) · 2.48 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "react-native-woocommerce-api",
"version": "1.8.8",
"description": "Connects react Native to WooCommerce API",
"main": "lib/react-native-woocommerce-api.js",
"license": "MIT",
"scripts": {
"lint": "jshint .",
"pretest": "npm run-script lint",
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesugbanu/react-native-woocommerce-api.git"
},
"keywords": [
"woocommerce",
"react native",
"react",
"native",
"android",
"ios",
"mobile",
"woocom",
"wordpress",
"permalink",
"wordpress-permailink",
"wordpresspermailink",
"rest",
"REST",
"woocommerce-rest",
"woocommercerest",
"woocommerce-REST",
"wordpress-rest",
"wordpress-REST",
"wordpressrest",
"wordpressREST",
"wordpress-rest-api",
"wordpress-REST-api",
"wordpress-REST-API",
"wordpressrestapi",
"wordpressRESTapi",
"wordpressRESTAPI",
"woocommerce-api",
"woocommerceapi",
"woo",
"crystalwebpro",
"techneplus",
"api",
"API",
"wc",
"commerce",
"wordpress commerce",
"wordpress-commerce",
"wordpresscommerce",
"wordpress woocommerce",
"wordpress-woocommerce",
"wordpress-woocommerce-api",
"wordpress woocommerce api",
"wordpresswoocommerceapi",
"wordpress shopping cart",
"wordpress-shopping-cart",
"wordpressshoppingcart"
],
"author": {
"name": "james Ugbanu",
"email": "[email protected]",
"url": "https://www.crystalwebpro.com"
},
"bugs": {
"url": "https://github.com/jamesugbanu/react-native-woocommerce-api/issues"
},
"homepage": "https://github.com/jamesugbanu/react-native-woocommerce-api",
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"jshint": "^2.12.0",
"mocha": "^7.2.0",
"nock": "^12.0.3"
},
"dependencies": {
"crypto-js": "^3.3.0",
"node-fetch": "^2.6.0",
"oauth-1.0a": "^2.2.6"
},
"_id": "[email protected]",
"_shasum": "",
"_from": "node_modules\\react-native-woocommerce-api",
"_npmUser": {
"name": "james ugbanu",
"email": "[email protected]"
},
"gitHead": "",
"dist": {
"shasum": "",
"tarball": ""
},
"maintainers": [
{
"name": "James Ugbanu",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "file:node_modules\\react-native-woocommerce-api"
}