tachyons-skylark/package.json

110 lines
2.9 KiB
JSON

{
"name": "tachyons",
"version": "3.0.2",
"description": "Performant, mobile-first, and 100% responsive modular css framework.",
"main": "index.html",
"style": "css/tachyons.min.css",
"repository": {
"type": "git",
"url": "git://github.com/mrmrs/tachyons.git"
},
"keywords": [
"css",
"sass",
"oocss",
"performance"
],
"author": "mrmrs",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmrs/tachyons/issues"
},
"devDependencies": {
"browser-sync": "^1.1.1",
"css": "^2.1.0",
"css-parse": "^2.0.0",
"cssstats": "^2.0.1",
"filesize": "^3.1.2",
"gulp": "^3.8.2",
"gulp-autoprefixer": "0.0.7",
"gulp-basswork": "0.0.11",
"gulp-csslint": "^0.1.4",
"gulp-file-include": "^0.5.1",
"gulp-minify-css": "^0.3.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-shell": "^0.2.8",
"gulp-size": "^0.4.0",
"gulp-uncss": "^0.4.4",
"gulp-util": "^2.2.18",
"gulp-watch": "^0.6.8",
"gzip-size": "^2.1.0",
"lodash": "^3.10.0",
"node-sass": "^0.9",
"postcss": "^4.1.16",
"s3": "^4.4.0",
"tachyons-background-size": "^2.0.0",
"tachyons-base": "^1.1.0",
"tachyons-border-colors": "^2.1.3",
"tachyons-border-radius": "^2.0.0",
"tachyons-border-style": "^1.0.2",
"tachyons-border-widths": "^1.0.0",
"tachyons-borders": "^1.0.2",
"tachyons-box-sizing": "^2.0.0",
"tachyons-clears": "^1.0.2",
"tachyons-colors": "^3.0.3",
"tachyons-debug": "^1.0.0",
"tachyons-display": "^2.0.1",
"tachyons-floats": "^1.0.0",
"tachyons-font-family": "^1.0.2",
"tachyons-font-style": "^1.0.2",
"tachyons-font-weight": "^2.0.0",
"tachyons-forms": "^1.0.0",
"tachyons-heights": "^2.0.0",
"tachyons-hovers": "^1.0.0",
"tachyons-images": "^0.3.2",
"tachyons-letter-spacing": "^1.0.2",
"tachyons-line-height": "^1.0.2",
"tachyons-links": "^1.0.2",
"tachyons-lists": "^1.0.2",
"tachyons-max-widths": "^2.0.0",
"tachyons-overflow": "^1.1.0",
"tachyons-position": "^3.0.0",
"tachyons-queries": "^0.2.4",
"tachyons-skins": "^1.0.0",
"tachyons-spacing": "^3.0.0",
"tachyons-text-align": "^1.0.3",
"tachyons-text-decoration": "^2.0.0",
"tachyons-text-transform": "^2.0.0",
"tachyons-type-scale": "^2.0.0",
"tachyons-typography": "^1.0.0",
"tachyons-utilities": "^1.0.0",
"tachyons-vertical-align": "^1.0.3",
"tachyons-visibility": "^0.3.2",
"tachyons-white-space": "^1.0.2",
"tachyons-widths": "^3.0.2"
},
"contributors": [
{
"name": "adam morse",
"email": "hi@mrmrs.cc"
},
{
"name": "robert forloine",
"url": "http://www.sndsgn.com"
},
{
"name": "david potsiadlo",
"url": "http://www.davidpots.com/"
},
{
"name": "tyler benziger",
"url": "http://tybenz.com"
}
],
"scripts": {
"start": "gulp",
"s3": "gulp aws",
"build": "node home.js"
}
}