added contrib theme basic

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-21 22:15:52 +01:00
parent fc8365264d
commit 9c6a1ce9a9
83 changed files with 4035 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"name": "basic",
"version": "0.1.0",
"dependencies": {
"bourbon": "~4.3.0",
"bourbon-neat": "~1.8.0",
"grunt": "^1.0.1",
"autoprefixer": "^6.7.2",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.0.0",
"grunt-svgmin": "^4.0.0",
"grunt-postcss": "^0.8.0",
"pixrem": "^3.0.2",
"postcss": "^5.2.12"
},
"description": "=========================== How to Use Grunt with Basic ===========================",
"main": "Gruntfile.js",
"devDependencies": {},
"author": "",
"license": "MIT"
}