-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 875 Bytes
/
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
{
"name": "torus_website",
"version": "1.1.0",
"description": "Wbsite for Torus Digital consulting and software development firm",
"main": "es.html",
"dependencies": {
"csso": "^3.5.1",
"uglify-js": "^3.4.9"
},
"devDependencies": {
"cssnano": "^4.1.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkpty/torus_website.git"
},
"keywords": [
"websites",
"design",
"consulting",
"apps",
"bootstrap4",
"jQuery",
"javascript",
"serverless",
"dynamoDB"
],
"author": "Torus Digital <contacto@torus-digital.com> (https://torus-digital.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gkpty/torus_website/issues"
},
"homepage": "https://github.com/gkpty/torus_website#readme"
}