site/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2015-12-19 20:56:04 +01:00
{
"name": "bigchain-website",
2016-02-29 12:14:02 +01:00
"version": "1.4.0",
2015-12-19 20:56:04 +01:00
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
2016-01-30 15:04:10 +01:00
"description": "Landing page for BigchainDB",
"homepage": "https://www.bigchaindb.com",
"license": "(c) 2016 ascribe - All Rights Reserved",
2015-12-19 20:56:04 +01:00
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
2015-12-19 20:56:04 +01:00
"dependencies": {
2016-02-06 14:33:15 +01:00
"jquery": "^2.1.4",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"parsleyjs": "^2.0.7",
"svg4everybody": "^2.0.0",
2016-02-10 01:04:57 +01:00
"vivus": "^0.2.2",
"is-in-viewport": "^2.3.0"
2015-12-19 20:56:04 +01:00
},
"devDependencies": {
2016-01-30 14:56:26 +01:00
"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"
2015-12-19 20:56:04 +01:00
},
"engines": {
"node": ">=0.10.29"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ascribe/bigchain-website"
}
}