UNPKG

vcl-flex-layout

Version:
64 lines (63 loc) 1.35 kB
{ "name": "vcl-flex-layout", "description": "Flexbox based layout system", "version": "0.1.0", "main": "package.json", "scripts": { "test": "VCL_NO_PIPE=1 vcl-preprocessor --verbose ./package.json ./build/test.css", "start": "node ./node_modules/gulp/bin/gulp dev" }, "style": "index.styl", "author": { "name": "n-fuse GmbH", "email": "info@n-fuse.de", "url": "www.n-fuse.de" }, "contributors": [ { "name": "Thomas Hoppe", "email": "thomas.hoppe@n-fuse.de" } ], "license": "MIT", "devDependencies": { "gulp": "^3.9.0", "gulp-vcl-preprocessor": "^0.1.0", "normalize.css": "^4.0.0", "pre-commit": "^1.1.2", "vcl-build-demo": "^0.1.0", "vcl-container": "^0.1.0", "vcl-default-theme": "^0.1.0", "vcl-default-theme-terms": "^0.1.0", "vcl-layout-spans": "^0.1.0", "vcl-preprocessor": "^0.1.0", "vcl-typography": "^0.1.0" }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/vcl/flex-layout.git" }, "keywords": [ "css", "vcl", "component", "layout", "flexbox" ], "vcl": { "needs": [ "theme" ], "provides": [ "layout" ], "categories": [ { "title": "Layout", "itemPriority": 20, "priority": 10 } ] } }