-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "magento2-swagger",
"version": "0.0.8",
"author": "Adam Johnson",
"description": "Magento 2 REST API - code generated from official Swagger spec",
"homepage": "https://github.com/adamj88/node-magento2-swagger#readme",
"keywords": [
"magento 2",
"rest"
],
"main": "lib/magento.js",
"config": {
"swagger": "http://devdocs.magento.com/swagger/schemas/latest.json"
},
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamj88/node-magento2-swagger.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adamj88/node-magento2-swagger/issues"
},
"dependencies": {},
"devDependencies": {
"coffeelint": "^1.14.2",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-yuidoc": "^0.10.0",
"grunt-gh-pages": "^1.0.0",
"grunt-jsonlint": "^1.0.6",
"grunt-release": "^0.13.0",
"grunt-swagger-js-codegen": "^0.4.4",
"load-grunt-config": "^0.19.1",
"time-grunt": "^1.2.2"
}
}