UNPKG

gel-grid

Version:

A flexible code implementation of the GEL Grid

36 lines (35 loc) 845 B
{ "name": "gel-grid-demo", "version": "1.0.0", "description": "A demo of the GEL Grid", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bbc/gel-grid.git" }, "keywords": [ "GEL", "Grid", "Responsive", "Flexbox" ], "author": "Shaun Bent <shaun.bent@bbc.co.uk> (http://www.bbc.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/bbc/gel-grid/issues" }, "homepage": "https://github.com/bbc/gel-grid#readme", "devDependencies": { "bower": "^1.7.9", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.0", "gulp-cssnano": "^2.1.2", "gulp-gh-pages": "^0.5.4", "gulp-load-plugins": "^1.2.4", "gulp-postcss": "^6.1.1", "gulp-sass": "^2.3.2" } }