tachyons-skylark/package.json
2014-10-22 01:14:36 -07:00

52 lines
1.3 KiB
JSON

{
"name": "tachyons",
"version": "1.0.0",
"description": "Performance-first css framework built with sass.",
"main": "index.html",
"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",
"fs": "0.0.2",
"gulp": "^3.8.2",
"gulp-autoprefixer": "0.0.7",
"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-stylestats": "^0.2.8",
"gulp-uncss": "^0.4.4",
"gulp-util": "^2.2.18",
"gulp-watch": "^0.6.8"
},
"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",
"stats": "gulp stylestats",
"test": "gulp fileinclude",
"ast": "gulp generateDocs"
}
}