2015-12-19 20:56:04 +01:00
|
|
|
{
|
|
|
|
"name": "bigchain-website",
|
2016-02-29 16:20:09 +01:00
|
|
|
"version": "1.4.1",
|
2015-12-19 20:56:04 +01:00
|
|
|
"author": {
|
|
|
|
"name": "Matthias Kretschmann",
|
2017-03-28 17:55:40 +02:00
|
|
|
"email": "matthias@bigchaindb.com"
|
2015-12-19 20:56:04 +01:00
|
|
|
},
|
2016-01-30 15:04:10 +01:00
|
|
|
"description": "Landing page for BigchainDB",
|
|
|
|
"homepage": "https://www.bigchaindb.com",
|
2017-03-28 17:55:40 +02:00
|
|
|
"license": "(c) 2017 BigchainDB - All Rights Reserved",
|
|
|
|
"main": "gulpfile.babel.js",
|
2015-12-20 05:22:45 +01:00
|
|
|
"scripts": {
|
|
|
|
"start": "gulp",
|
|
|
|
"build": "gulp build --production"
|
|
|
|
},
|
2017-05-15 11:51:08 +02:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
"Chrome >= 30",
|
|
|
|
"Safari >= 6.1",
|
|
|
|
"Firefox >= 35",
|
|
|
|
"Opera >= 32",
|
|
|
|
"iOS >= 8",
|
|
|
|
"Android >= 4",
|
|
|
|
"ie >= 10"
|
|
|
|
],
|
2015-12-19 20:56:04 +01:00
|
|
|
"dependencies": {
|
2017-03-22 16:34:05 +01:00
|
|
|
"is-in-viewport": "^3.0.0",
|
2017-03-04 23:32:25 +01:00
|
|
|
"jquery": "^3.1.1",
|
2017-01-25 12:23:41 +01:00
|
|
|
"normalize-css": ">=2.3.1",
|
|
|
|
"normalize-opentype.css": ">=0.2.4",
|
2015-12-20 05:22:45 +01:00
|
|
|
"parsleyjs": "^2.0.7",
|
2016-02-08 18:06:21 +01:00
|
|
|
"svg4everybody": "^2.0.0",
|
2017-04-12 15:42:35 +02:00
|
|
|
"tether-select": "^1.1.0",
|
|
|
|
"textarea-autogrow": "^1.0.0",
|
2017-05-10 00:10:27 +02:00
|
|
|
"vivus": "^0.4.0",
|
|
|
|
"whatwg-fetch": "^2.0.3"
|
2015-12-19 20:56:04 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-03-28 17:55:40 +02:00
|
|
|
"babel-core": "^6.24.0",
|
|
|
|
"babel-preset-es2015": "^6.24.0",
|
2016-01-30 14:56:26 +01:00
|
|
|
"browser-sync": ">=2.10.0",
|
|
|
|
"concurrent-transform": "^1.0.0",
|
2017-03-28 17:55:40 +02:00
|
|
|
"critical": "^0.8.4",
|
2017-03-04 23:32:25 +01:00
|
|
|
"cross-spawn": "^5.1.0",
|
2016-01-30 14:56:26 +01:00
|
|
|
"del": "^2.0.2",
|
2017-04-11 12:43:45 +02:00
|
|
|
"fs": "0.0.1-security",
|
2017-03-22 16:34:05 +01:00
|
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
2017-05-15 11:43:57 +02:00
|
|
|
"gulp-autoprefixer": "^4.0.0",
|
2016-01-30 14:56:26 +01:00
|
|
|
"gulp-awspublish": "^3.0.0",
|
|
|
|
"gulp-awspublish-router": "^0.1.1",
|
2017-03-22 16:34:05 +01:00
|
|
|
"gulp-clean-css": "^3.0.4",
|
|
|
|
"gulp-cli": "^1.2.2",
|
2016-01-30 14:56:26 +01:00
|
|
|
"gulp-concat": "^2.6.0",
|
|
|
|
"gulp-header": "^1.7.1",
|
2017-03-04 23:32:25 +01:00
|
|
|
"gulp-htmlmin": "^3.0.0",
|
|
|
|
"gulp-if": "^2.0.2",
|
|
|
|
"gulp-imagemin": "^3.1.1",
|
2016-01-30 14:56:26 +01:00
|
|
|
"gulp-include": "^2.0.2",
|
2017-03-04 23:32:25 +01:00
|
|
|
"gulp-load-plugins": "^1.5.0",
|
2016-01-30 14:56:26 +01:00
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-replace": "^0.5.4",
|
2017-03-04 23:32:25 +01:00
|
|
|
"gulp-rev": "^7.1.2",
|
2016-01-30 14:56:26 +01:00
|
|
|
"gulp-rev-replace": "^0.4.2",
|
2017-03-04 23:32:25 +01:00
|
|
|
"gulp-sass": "^3.1.0",
|
|
|
|
"gulp-sourcemaps": "^2.4.1",
|
2016-01-30 14:56:26 +01:00
|
|
|
"gulp-svg-sprite": "^1.2.9",
|
2017-03-04 23:32:25 +01:00
|
|
|
"gulp-uglify": "^2.0.1",
|
2017-04-11 12:43:45 +02:00
|
|
|
"gulp-util": "^3.0.6",
|
|
|
|
"js-yaml": "^3.8.3",
|
|
|
|
"request": "^2.81.0"
|
2015-12-19 20:56:04 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-03-28 17:55:40 +02:00
|
|
|
"node": ">=5.0.0"
|
2015-12-19 20:56:04 +01:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ascribe/bigchain-website"
|
|
|
|
}
|
|
|
|
}
|