You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 591B

123456789101112131415161718192021222324
  1. {
  2. "name": "django-oscar",
  3. "version": "1.1.1",
  4. "description": "A domain-driven e-commerce framework for Django",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "bootstrap": "^3.3.7",
  9. "gulp": "~3.9.1",
  10. "gulp-autoprefixer": "~1.0.1",
  11. "gulp-less": "^3.0.5",
  12. "gulp-sourcemaps": "^2.6.2",
  13. "gulp-watch": "^4.3.5",
  14. "less": "^2.5.3",
  15. "pump": "^1.0.1",
  16. "require-dir": "^0.3.0"
  17. },
  18. "scripts": {
  19. "build": "gulp",
  20. "start": "gulp watch"
  21. },
  22. "license": "MIT",
  23. "homepage": "https://github.com/django-oscar/django-oscar#readme"
  24. }