forked from Nyveon/malla-fcfm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 813 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
{
"name": "malla-fcfm",
"version": "1.0.0",
"description": "Interactive visualization for the degree roadmaps at the Faculty of Physical Sciences and Mathematics of the University of Chile.",
"main": "index.js",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
},
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"clean:linux": "rm -rf docs",
"clean:windows": "rd /s /q docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nyveon/malla-fcfm.git"
},
"author": "Nyveon",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Nyveon/malla-fcfm/issues"
},
"homepage": "https://malla.eri.cl",
"dependencies": {
"sass": "^1.63.3"
}
}