-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 Bytes
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
{
"name": "wise-shopping-cart",
"version": "0.3.8",
"description": "Responsive shopping cart",
"author": "WiseHands Team",
"repository": "WiseHands/GenericShoppingCart",
"main": "wise-shopping-cart.js",
"dependencies": {
"@polymer/iron-ajax": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-image": "^3.0.2",
"@polymer/paper-input": "^3.2.0",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.4.2",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.1"
},
"demos": {
"Demo": "demo/index.html"
}
}