mirror of
https://github.com/bigchaindb/site.git
synced 2024-10-31 23:35:38 +01:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "bigchain-website",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Matthias Kretschmann",
|
|
"email": "m@kretschmann.io"
|
|
},
|
|
"description": "Landing page for BigchainDB",
|
|
"homepage": "https://www.bigchaindb.com",
|
|
"license": "(c) 2016 ascribe - All Rights Reserved",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build --production"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^2.1.4",
|
|
"normalize-css": ">=2.3.1",
|
|
"normalize-opentype.css": ">=0.2.4",
|
|
"parsleyjs": "^2.0.7",
|
|
"svg4everybody": "^2.0.0",
|
|
"vivus": "^0.2.2",
|
|
"is-in-viewport": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": ">=2.10.0",
|
|
"concurrent-transform": "^1.0.0",
|
|
"del": "^2.0.2",
|
|
"gulp": "^3.9.0",
|
|
"gulp-autoprefixer": "^3.0.1",
|
|
"gulp-awspublish": "^3.0.0",
|
|
"gulp-awspublish-router": "^0.1.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"
|
|
}
|
|
}
|