-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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": "@ecomplus/widget-compre-confie",
"version": "1.2.6",
"description": "Storefront plugin for Compre & Confie",
"main": "dist/widget-compre-confie.min.js",
"module": "src/index.js",
"browser": "dist/widget-compre-confie.min.js",
"jsdelivr": "dist/public/widget-compre-confie.var.min.js",
"unpkg": "dist/public/widget-compre-confie.var.min.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/storefront.git",
"directory": "@ecomplus/widget-compre-confie"
},
"keywords": [
"ecomplus",
"storefront",
"widget",
"compre-confie",
"evaluate"
],
"author": "E-Com Club <ti@e-com.club>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/storefront/issues"
},
"homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-compre-confie#readme",
"peerDependencies": {
"@ecomplus/passport-client": "^1.2.1",
"@ecomplus/utils": "^1.4.1",
"core-js": "3.41.0"
},
"webpackOutput": {
"library": "widgetCompreConfie",
"filename": "widget-compre-confie.min.js"
}
}