-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "louvainlinux-site",
"version": "0.2.0",
"description": "Website of the Louvain-li-Nux KAP",
"author": "Denis Pettens <[email protected]>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/syvido/louvainlinux-site"
},
"bugs": {
"url": "https://github.com/syvido/louvainlinux-site/issues"
},
"devDependencies": {
"axis": "^1.0.0",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^3.0.2",
"gulp-coffee": "^2.3.4",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-merge-media-queries": "^0.2.1",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.1",
"jeet": "^7.1.0",
"jshint": "^2.9.4",
"rupture": "^0.6.2"
},
"dependencies": {
"compression": "^1.6.2",
"express": "^4.14.1",
"pug": "^2.0.0-beta11",
"serve-favicon": "^2.3.2",
"serve-static": "^1.11.2"
}
}