package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "cascader",
  3. "version": "0.1.3",
  4. "description": "Mini CSS Framework.",
  5. "keywords": [
  6. "null"
  7. ],
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/null/cascader.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/null/cascader/issues"
  15. },
  16. "files": [
  17. "dist",
  18. "grunt",
  19. "src",
  20. "browserslist",
  21. "Gruntfile.js"
  22. ],
  23. "main": "src/cascader.styl",
  24. "devDependencies": {
  25. "autoprefixer": "^6.7.7",
  26. "css-mqpacker": "^5.0.1",
  27. "grunt": "^1.0.1",
  28. "grunt-browser-sync": "^2.2.0",
  29. "grunt-contrib-clean": "^1.0.0",
  30. "grunt-contrib-csslint": "^2.0.0",
  31. "grunt-contrib-stylus": "^1.2.0",
  32. "grunt-contrib-watch": "^1.0.0",
  33. "grunt-csscomb": "^3.1.1",
  34. "grunt-csso": "^2.2.0",
  35. "grunt-stylint": "^0.2.0",
  36. "grunt-usebanner": "^0.3.1",
  37. "jit-grunt": "^0.10.0",
  38. "load-grunt-config": "^0.19.2",
  39. "postcss": "^5.2.16",
  40. "postcss-cssnext": "^2.9.0",
  41. "postcss-flexbugs-fixes": "^2.1.0",
  42. "postcss-font-family-system-ui": "^1.0.2",
  43. "postcss-font-magician": "^1.6.1",
  44. "postcss-responsive-font": "^1.0.0",
  45. "poststylus": "^0.2.3",
  46. "rucksack": "^2.1.2",
  47. "rucksack-css": "^0.9.1"
  48. },
  49. "scripts": {
  50. "develop": "grunt develop",
  51. "deploy": "grunt deploy"
  52. }
  53. }