forked from GEWIS/gewisweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 801 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
{
"name": "gewisweb",
"version": "0.0.0-dev",
"description": "GEWIS Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "sass --style compressed --no-source-map resources/scss/gewis-theme.scss:public/css/gewis-theme.css",
"watch": "sass --watch resources/scss/gewis-theme.scss:public/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GEWIS/gewisweb.git"
},
"keywords": [
"GEWIS"
],
"author": "GEWIS WebCommissie",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GEWIS/gewisweb/issues"
},
"homepage": "https://github.com/GEWIS/gewisweb#readme",
"dependencies": {
"sass": "^1.63.6"
}
}