-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
65 lines (65 loc) · 1.65 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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-Km7yMMiBKahoC2Pq03k+p+mb9qQ=",
"_location": "/magento2-rest-client",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "magento2-rest-client",
"escapedName": "magento2-rest-client",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/magento2-rest-client/-/magento2-rest-client-0.0.2.tgz",
"_shasum": "2a6ef230c88129a8680b63ead3793ea7e99bf6a4",
"_spec": "[email protected]",
"_where": "/Users/pkarwatka/Documents/_PROJEKTY/mage2nosql/src",
"author": {
"name": "Marko Novak",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nouvak/magento2-rest-client/issues"
},
"bundleDependencies": false,
"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"
}