tachyons-skylark/package.json
2014-09-24 13:13:28 -07:00

38 lines
834 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-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"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"
},
"scripts": {
"start": "gulp"
}
}