cc7fc1fdbc
* Update skin classes for grays to be more verbose * Update package.json with new devDependencies.
31 lines
682 B
JSON
31 lines
682 B
JSON
{
|
|
"name": "tachyons",
|
|
"version": "0.0.1",
|
|
"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",
|
|
"gulp": "^3.8.2",
|
|
"gulp-autoprefixer": "0.0.7",
|
|
"gulp-csslint": "^0.1.4",
|
|
"gulp-minify-css": "^0.3.5",
|
|
"gulp-ruby-sass": "^0.5.0",
|
|
"gulp-util": "^2.2.18",
|
|
"gulp-watch": "^0.6.8"
|
|
}
|
|
}
|