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 564B

1234567891011121314151617181920212223
  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. "gulp": "~3.9.1",
  9. "gulp-autoprefixer": "~1.0.1",
  10. "gulp-less": "^3.0.5",
  11. "gulp-sourcemaps": "^2.6.2",
  12. "gulp-watch": "^4.3.5",
  13. "less": "^2.5.3",
  14. "pump": "^1.0.1",
  15. "require-dir": "^0.3.0"
  16. },
  17. "scripts": {
  18. "build": "gulp",
  19. "start": "gulp watch"
  20. },
  21. "license": "MIT",
  22. "homepage": "https://github.com/django-oscar/django-oscar#readme"
  23. }