-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.83 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
{
"_args": [
[
"github:DivanteLtd/magento2-rest-client",
"/Users/dmitrijperederij/Projects/capezioB2b/vue-storefront-api"
]
],
"_from": "github:DivanteLtd/magento2-rest-client",
"_id": "magento2-rest-client@github:DivanteLtd/magento2-rest-client#29cfac4c4f9982f99b7832621820f93dcf6f9dd4",
"_inBundle": false,
"_integrity": "",
"_location": "/magento2-rest-client",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "github:DivanteLtd/magento2-rest-client",
"rawSpec": "github:DivanteLtd/magento2-rest-client",
"saveSpec": "github:DivanteLtd/magento2-rest-client",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "github:DivanteLtd/magento2-rest-client#29cfac4c4f9982f99b7832621820f93dcf6f9dd4",
"_shasum": "2a6ef230c88129a8680b63ead3793ea7e99bf6a4",
"_spec": "github:DivanteLtd/magento2-rest-client",
"_where": "/Users/dmitrijperederij/Projects/capezioB2b/vue-storefront-api",
"author": {
"name": "Marko Novak",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nouvak/magento2-rest-client/issues"
},
"dependencies": {
"humps": "^1.1.0",
"oauth-1.0a": "^1.0.1",
"request": "^2.72.0",
"winston": "^2.2.0"
},
"deprecated": false,
"description": "REST client for accessing Magento 2 functionality.",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/nouvak/magento2-rest-client#readme",
"keywords": [
"magento2",
"REST",
"API"
],
"license": "MIT",
"main": "index.js",
"name": "magento2-rest-client",
"repository": {
"type": "git",
"url": "git+https://github.com/nouvak/magento2-rest-client.git"
},
"scripts": {
"test": "test"
},
"version": "0.0.14"
}