a-pollo
Version:
The visual CSS style guide for teams
121 lines (120 loc) • 7.68 kB
JSON
{
"_args": [
[
{
"raw": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"spec": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:ideatosrl/frontsize.git#90d83d1",
"sshUrl": "git+ssh://git@github.com/ideatosrl/frontsize.git#90d83d1",
"httpsUrl": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"gitUrl": "git://github.com/ideatosrl/frontsize.git#90d83d1",
"shortcut": "github:ideatosrl/frontsize#90d83d1",
"directUrl": "https://raw.githubusercontent.com/ideatosrl/frontsize/90d83d1/package.json"
}
},
"/Users/vitto/repo/a-pollo"
]
],
"_from": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"_id": "frontsize@4.0.0",
"_inCache": true,
"_location": "/frontsize",
"_phantomChildren": {},
"_requested": {
"raw": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"spec": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:ideatosrl/frontsize.git#90d83d1",
"sshUrl": "git+ssh://git@github.com/ideatosrl/frontsize.git#90d83d1",
"httpsUrl": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"gitUrl": "git://github.com/ideatosrl/frontsize.git#90d83d1",
"shortcut": "github:ideatosrl/frontsize#90d83d1",
"directUrl": "https://raw.githubusercontent.com/ideatosrl/frontsize/90d83d1/package.json"
}
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "git+https://github.com/ideatosrl/frontsize.git#90d83d1383601c12ff4c92d816f772693de176a4",
"_shasum": "42ec442e3081787132e68372c7b91d96cd19557d",
"_shrinkwrap": null,
"_spec": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"_where": "/Users/vitto/repo/a-pollo",
"authors": [
{
"name": "Alessandro Minoccheri",
"email": "alessandro.minoccheri@gmail.com"
},
{
"name": "Carla Soloperto",
"email": "cs@ideato.it"
},
{
"name": "Moreno Giorgini",
"email": "mg@ideato.it"
},
{
"name": "Vittorio Vittori",
"email": "me@vittoriovittori.com"
}
],
"bugs": {
"url": "https://github.com/ideatosrl/frontsize/issues"
},
"dependencies": {
"dustman": "^1.8.45",
"include-media": "^1.4.8",
"normalize-scss": "^6.0.0",
"sass-resolution": "^1.0.0",
"spinners": "^1.2.2",
"unitconversion": "^2.1.13"
},
"description": "A fully customizable CSS generator to ease your life.",
"devDependencies": {
"dustman": "^1.6.43",
"node-diff": "^0.2.0",
"node-sass": "^3.10.1"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "90d83d1383601c12ff4c92d816f772693de176a4",
"homepage": "http://frontsize.com",
"keywords": [
"sass",
"css",
"framework"
],
"license": "MIT",
"main": "compile.scss",
"name": "frontsize",
"optionalDependencies": {},
"readme": "# frontsize\n\n[](https://github.com/ideatosrl/frontsize-sass/releases/tag/4.0.0) [](https://travis-ci.org/ideatosrl/frontsize/builds) [](http://badges.github.io/badgerbadgerbadger/) [](https://github.com/ideatosrl/frontsize-sass/blob/master/LICENSE.md) [](https://gitter.im/ideatosrl/frontsize-sass?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n> Frontsize is not a set of widgets ready to be used in your website, it's a set\n> of mixins and functions to build BEM widgets, it's not intended to give you a\n> set of selectors, ready to be used in your style guide, this is a tool to\n> generate your sets.\n\n## Main features\n\n- It's [BEM] ready\n- It's build to work with multiple themes in the same project\n- It works fine with [dustman], a Gulp environment boilerplate built to work with multiple themes\n- It's born to be flexible and customization oriented\n\nThe project was [originally developed in LESS][less], now only the SASS version is matained.\n\n--------------------------------------------------------------------------------\n\n## Install\n\nDownload Frontsize from node:\n\n```\nnpm install --save frontsize-sass\n```\n\n--------------------------------------------------------------------------------\n\n## Theme installation\n\nOnce you have downloaded it, copy your theme to the project front-end development folder:\n\n```\ncp -r node_modules/frontsize-sass/themes frontend/frontsize\n```\n\nThen change core references to let it point to module folder:\n\nIn `frontend/frontsize/themes/_config/import.scss` file:\n\n```less\n// from:\n// @import '../../core/import';\n// to:\n@import '../../node_modules/frontsize-sass/core/import';\n```\n\nNow the core can be easily upgraded with `npm update frontsize-sass --save` when a new release is available.\n\n--------------------------------------------------------------------------------\n\n## Documentation\n\nFor now see [tests] to checkout how it works.\n\n--------------------------------------------------------------------------------\n\nTo test frontsize:\n\n```\nnpm install && npm run-script test\n```\n\nCreated by [Vittorio Vittori][vitto] and [Alessandro Minoccheri][minompi] @ [ideato srl][ideato]\n\n[app]: https://github.com/ideatosrl/frontsize-sass/blob/master/themes/default/app.scss\n[automation_config]: https://github.com/ideatosrl/frontsize-sass/blob/master/frontsize.yml.dist\n[automation_grunt]: https://github.com/ideatosrl/frontsize-sass/blob/master/Gruntfile.js\n[automation_gulp]: https://github.com/ideatosrl/frontsize-sass/blob/master/gulpfile.js\n[bem]: https://github.com/ideatosrl/frontsize-sass/blob/master/core/components/bem.scss\n[bem_expressive]: https://github.com/ideatosrl/frontsize-sass/blob/master/core/components/bem-expressive.scss\n[csslint]: https://github.com/CSSLint/csslint\n[csslintrc]: https://github.com/ideatosrl/frontsize-sass/blob/master/.csslintrc\n[docs]: https://github.com/ideatosrl/frontsize-less/wiki\n[dustman]: https://github.com/ideatosrl/dustman\n[grids]: https://github.com/ideatosrl/frontsize-sass/tree/master/core/grids\n[ideato]: http://www.ideato.it\n[less]: https://github.com/ideatosrl/frontsize-less\n[migration]: https://gist.github.com/vitto/9b7dfc40ef710470fed1\n[minompi]: https://twitter.com/minompi\n[sass]: https://github.com/ideatosrl/frontsize-sass\n[sassdoc]: http://sassdoc.com/\n[site]: http://frontsize.com\n[tests]: https://github.com/ideatosrl/frontsize-sass/tree/master/test/js\n[vitto]: https://twitter.com/vttrx\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ideatosrl/frontsize.git"
},
"scripts": {
"build": "gulp -S",
"http": "gulp -S http",
"setup": "cp ./node_modules/dustman/gulpfile.js gulpfile.js",
"test": "node test/test.js",
"update": "npm update --save && cp ./node_modules/dustman/gulpfile.js gulpfile.js"
},
"version": "4.0.0"
}