-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "teleco-patterns",
"version": "0.2.0",
"description": "Graficas de patrones de onda telecomunicaciones",
"browserslist": "> 0.5%, last 2 versions, not dead",
"source": "src/assets/index.html",
"scripts": {
"start": "parcel src/assets/index.html",
"build": "parcel build src/assets/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sytabaresa/teleco-patterns.git"
},
"keywords": [
"telecomunications",
"graphs",
"patters"
],
"author": "Sebastian Tabares Amaya",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sytabaresa/teleco-patterns/issues"
},
"homepage": "https://telecopatterns.tabares.me",
"dependencies": {
"dat.gui": "^0.7.6",
"lodash": "^4.17.19",
"mathjs": "^10.1.1",
"stats.js": "^0.17.0",
"three": "^0.137.5"
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.3.0",
"@parcel/compressor-gzip": "^2.3.0",
"@parcel/reporter-bundle-analyzer": "^2.3.0",
"parcel": "latest"
}
}