Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "name": "css",
  3. "version": "1.0.0",
  4. "description": "css",
  5. "main": "gulpfile.js",
  6. "dependencies": {
  7. "autoprefixer": "^6.6.1",
  8. "gulp": "^3.9.1",
  9. "gulp-autoprefixer": "^3.1.1",
  10. "gulp-clean-css": "^2.3.2",
  11. "gulp-rename": "^1.2.2",
  12. "gulp-sass": "^3.1.0",
  13. "gulp-sourcemaps": "^2.4.0"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "author": "",
  19. "license": "ISC"
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement