forked from GEWIS/gewisweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 Bytes
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
{
"name": "gewisweb",
"version": "0.0.0-dev",
"description": "GEWIS Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.2",
"kss": "^2.1.1"
}
}