forked from nouvak/magento2-rest-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 818 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
37
{
"name": "magento2-rest-client",
"description": "REST client for accessing Magento 2 functionality.",
"author": "Marko Novak <nouvak@gmail.com>",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nouvak/magento2-rest-client.git"
},
"keywords": [
"magento2",
"REST",
"API"
],
"bugs": {
"url": "https://github.com/nouvak/magento2-rest-client/issues"
},
"homepage": "https://github.com/nouvak/magento2-rest-client#readme",
"directories": {
"lib": "./lib"
},
"main": "index.js",
"scripts": {
"test": "test"
},
"dependencies": {
"humps": "^1.1.0",
"oauth-1.0a": "^1.0.1",
"request": "^2.72.0",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}