-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "patrikaffentranger.me",
"version": "0.0.2",
"description": "Portfolio of Patrik Affentranger",
"private": true,
"scripts": {
"gulp": "gulp",
"grunt": "grunt",
"bower": "bower",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrik Affentranger",
"repository": {
"type": "git",
"url": "https://github.com/pzi/portefeuille.git"
},
"bugs": {
"url": "https://github.com/pzi/portefeuille/issues"
},
"license": "MIT",
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-gh-pages": "^0.10.0",
"gulp": "~3.8.11",
"gulp-autoprefixer": "^3.1.1",
"gulp-coffee": "^2.3.1",
"gulp-connect": "^2.2.0",
"gulp-data": "^1.2.0",
"gulp-grunt": "^0.5.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-include": "^1.1.1",
"gulp-jade": "~1.0.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-newer": "~0.5.0",
"gulp-plumber": "~1.0.0",
"gulp-sass": "^1.3.3",
"gulp-sitemap": "^2.0.2",
"gulp-svgmin": "^1.1.1",
"gulp-uglify": "^1.1.0",
"minimist": "1.1.1"
}
}