租房小程序前端代码
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.

38 lines
784 B

6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
  1. {
  2. "name": "bowser",
  3. "version": "1.9.4",
  4. "description": "Lightweight browser detector",
  5. "keywords": [
  6. "browser",
  7. "useragent",
  8. "user-agent",
  9. "parser",
  10. "ua",
  11. "detection",
  12. "ender",
  13. "sniff"
  14. ],
  15. "homepage": "https://github.com/lancedikson/bowser",
  16. "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
  17. "main": "./src/bowser.js",
  18. "typings": "./typings.d.ts",
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/ded/bowser.git"
  22. },
  23. "devDependencies": {
  24. "smoosh": "*",
  25. "mocha": "*"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/ded/bowser/issues"
  29. },
  30. "directories": {
  31. "test": "test"
  32. },
  33. "scripts": {
  34. "test": "make test",
  35. "prepublish": "make boosh"
  36. },
  37. "license": "MIT"
  38. }