1234567891011121314151617181920212223 |
- {
- "name": "hehe-rover",
- "version": "0.0.1",
- "description": "hehe rover website",
- "main": "gulpfile.js",
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "Bachir Soussi Chiadmi",
- "license": "MIT",
- "homepage": "http://scbh.me",
- "devDependencies": {
- "gulp": "",
- "gulp-autoprefixer": "^3.1.0",
- "gulp-jsmin": "^0.1.5",
- "gulp-sass": "^2.0.1",
- "gulp-watch": "^4.2.4",
- "gulp-clean-css": "^2.0.3"
- },
- "dependencies": {
- }
- }
|