forked from adamj88/node-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "magento2",
"version": "0.2.0",
"description": "Consume Magento 2 REST API",
"homepage": "https://github.com/adamj88/node-magento2#readme",
"author": "Adam Johnson",
"files": [
"dist"
],
"main": "lib/index.js",
"keywords": [
"magento",
"rest"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "grunt prepublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamj88/node-magento2.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adamj88/node-magento2/issues"
},
"dependencies": {
"meow": "^3.3.0",
"restler": "^3.4.0"
},
"devDependencies": {
"babel-core": "^5.5.0",
"babel-preset-es2015": "^6.1.18",
"del": "^2.0.2",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-bump": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-eslint": "^17.3.1",
"isparta": "^3.0.3",
"load-grunt-config": "^0.19.0",
"time-grunt": "^1.2.2"
}
}