-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 831 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
32
{
"name": "TEDxStatic",
"description": "TEDx web static",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git@github.com:TEDxLausanne/static.git"
},
"author": "Marc Friederich",
"devDependencies": {
"browser-sync": "^1.3.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.7",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.0",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.4.1",
"gulp-rename": "~1.2.0",
"gulp-sass": "^0.7.1",
"gulp-shell": "^0.2.9",
"gulp-svgmin": "^0.4.6",
"gulp-uglify": "~0.3.0",
"gulp-util": "^2.2.20",
"jshint-stylish": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-load-plugins": "^0.5.3",
"run-sequence": "~0.3.6",
"del": "~0.1.1",
"gulp-gh-pages": "^0.3.3",
"gulp-compile-handlebars": "^0.2.0"
}
}