forked from etra0/ramos
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
36 lines (36 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
{
"name": "malla-interactiva",
"version": "1.5.3",
"description": "Proyecto Universitario en donde se mantiene una plataforma web que facilita información sobre las mallas en la Universidad.",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.26.13",
"csso-cli": "^3.0.0",
"terser": "^5.5.1"
},
"scripts": {
"build": "./scripts/minify_code.sh",
"devBuild": "./scripts/minify_dev.sh",
"gbpages": "./scripts/minify_GBPages.sh",
"clean": "npm prune --production",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "browser-sync -w",
"cleanDev": "./scripts/clean.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/booterman98/malla-interactiva.git"
},
"keywords": [
"USM",
"UTFSM",
"malla",
"interactiva"
],
"author": "César Paulangelo",
"license": "ISC",
"bugs": {
"url": "https://github.com/BooterMan98/malla-interactiva/issues"
},
"homepage": "https://github.com/BooterMan98/malla-interactiva"
}