site/package.json

69 lines
1.8 KiB
JSON
Raw Normal View History

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",
"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",
"license": "(c) 2017 BigchainDB - All Rights Reserved",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
2015-12-19 20:56:04 +01:00
"dependencies": {
"is-in-viewport": "^3.0.0",
2017-03-04 23:32:25 +01:00
"jquery": "^3.1.1",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"parsleyjs": "^2.0.7",
"svg4everybody": "^2.0.0",
"vivus": "^0.4.0",
"whatwg-fetch": "^2.0.3"
2015-12-19 20:56:04 +01:00
},
"devDependencies": {
"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",
"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",
"fs": "0.0.1-security",
"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",
"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",
"gulp-util": "^3.0.6",
"js-yaml": "^3.8.3",
"request": "^2.81.0"
2015-12-19 20:56:04 +01:00
},
"engines": {
"node": ">=5.0.0"
2015-12-19 20:56:04 +01:00
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ascribe/bigchain-website"
}
}