-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "Cryptocurrency-Price-Dashboard-App",
"description": "Application that displays statistics about various cryptocurrencies",
"version": "1.1.0",
"author": "Artem Gusev (corocoto) <gusev2014russia@mail.ru>",
"scripts": {
"start": "polymer serve -p 3000 --hostname 127.0.0.1 --open",
"docs": "jsdoc -c jsdoc.json",
"build": "polymer build",
"test": "polymer test"
},
"keywords": [
"customElement",
"web-component",
"Polymer",
"JavaScript",
"Crypto",
"Cryptocurrency",
"Chart",
"Cryptocurrency-Price-Dashboard",
"Cryptocurrency-Price-Dashboard-App",
"Web Application"
],
"dependencies": {
"@polymer/iron-ajax": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-spinner": "^3.0.2",
"@polymer/paper-styles": "^3.0.1",
"@polymer/polymer": "^3.3.1",
"chart.js": "^2.8.0",
"moment": "^2.24.0",
"polymer-cli": "^1.9.11"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"jsdoc": "^3.6.3",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.1"
}
}