23 lines
570 B
JSON
Raw Normal View History

2017-11-08 20:34:49 -06:00
{
"name": "tailwind-jekyll",
"version": "1.0.0",
"description": "A starter kit for using Tailwind with Jekyll",
2018-01-03 17:28:09 -06:00
"main": "gulpfile.js",
2017-11-08 20:34:49 -06:00
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
2018-03-10 23:39:10 -06:00
"gulp-clean-css": "^3.9.3",
2017-11-08 20:34:49 -06:00
"gulp-postcss": "^7.0.0",
2018-02-08 23:15:15 -06:00
"gulp-purgecss": "^0.20.0",
2017-11-08 20:34:49 -06:00
"gulp-util": "^3.0.8",
2018-02-12 20:35:57 -06:00
"postcss-import": "^11.1.0",
2018-03-10 23:39:10 -06:00
"tailwindcss": "^0.4.2"
2017-11-08 20:34:49 -06:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2017-11-20 19:24:52 -06:00
"author": "Taylor Bryant",
2018-03-10 23:39:10 -06:00
"license": "ISC"
2017-11-08 20:34:49 -06:00
}