-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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": "ristinolla.github.io",
"version": "1.0.0",
"description": "Perttu's wonderfull, but rather simple website.",
"main": "index.html",
"slug": "perttu",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ristinolla/ristinolla.github.io.git"
},
"author": "Perttu Ristimella",
"license": "MIT",
"bugs": {
"url": "https://github.com/ristinolla/ristinolla.github.io/issues"
},
"homepage": "https://github.com/ristinolla/ristinolla.github.io",
"devDependencies": {
"del": "^0.1.3",
"font-awesome": "^4.2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.2.0",
"gulp-filter": "^2.0.0",
"gulp-imagemin": "^1.0.1",
"gulp-jade": "^0.8.0",
"gulp-jshint": "^1.8.5",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.10",
"gulp-notify": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-scss-lint": "^0.1.4",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.2",
"jade": "^1.3.1",
"marked": "^0.3.2",
"multimatch": "^2.0.0",
"through2": "^0.6.3"
}
}