site/package.json

57 lines
1.4 KiB
JSON

{
"name": "bigchain-website",
"version": "0.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
"description": "Landing page for www.bigchain.io",
"homepage": "http://www.bigchain.io",
"license": "(c) 2015 ascribe - All Rights Reserved",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"dependencies": {
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"jquery": "^2.1.4",
"parsleyjs": "^2.0.7",
"svg4everybody": "^2.0.0",
"fira": "mozilla/Fira"
},
"devDependencies": {
"browser-sync": ">=2.10.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^1.1.4",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-include": "^2.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.2.9",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"run-sequence": "^1.1.2"
},
"engines": {
"node": ">=0.10.29"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ascribe/bigchain-website"
}
}