53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "presentations",
|
|
"version": "1.0.0",
|
|
"description": "My convention presentations.",
|
|
"main": "index.html",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "gulp serve",
|
|
"prestart": "gulp package",
|
|
"new": "gulp new",
|
|
"package": "gulp package",
|
|
"release": "gulp release"
|
|
},
|
|
"author": {
|
|
"name": "Monty Taylor",
|
|
"email": "mordred@inaugust.com",
|
|
"url": "http://inaugust.com"
|
|
},
|
|
"license": "CC-BY 4.0",
|
|
"dependencies": {
|
|
"@bower_components/bootstrap": "twbs/bootstrap#~3.3.5",
|
|
"@bower_components/font-awesome": "FortAwesome/Font-Awesome#~4.3.0",
|
|
"@bower_components/jquery": "jquery/jquery-dist#1.9.1 - 3",
|
|
"@bower_components/reveal.js": "hakimel/reveal.js#~3.1.0",
|
|
"font-mfizz": "^2.4.1",
|
|
"modernizr": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "^1.4.1",
|
|
"cheerio": "^0.19.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-change": "^1.0.0",
|
|
"gulp-compile-handlebars": "0.6.1",
|
|
"gulp-data": "^1.2.0",
|
|
"gulp-filter": "^3.0.0",
|
|
"gulp-git": "^2.8.0",
|
|
"gulp-ignore": "^1.2.1",
|
|
"gulp-less": "^3.0.3",
|
|
"gulp-prompt": "^0.1.2",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-rsync": "^0.0.5",
|
|
"gulp-webserver": "^0.9.1",
|
|
"main-bower-files": "^2.9.0",
|
|
"npmfiles": "^0.1.1",
|
|
"rimraf": "^2.4.2",
|
|
"streamqueue": "^1.1.0"
|
|
},
|
|
"repository": "http://git.inaugust.com/cgit/inaugust.com",
|
|
"engines": {
|
|
"yarn": ">= 1.0.0"
|
|
}
|
|
}
|