package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "fengmap@^2.5.3",
  3. "_id": "fengmap@2.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l/9XANZ9FXHbT4m04qjLg1t9UIalghuxUfOECMFIdKPgLISZr3dpJkxvew11Qz8MrPVSzS5pCNQtzCdl34zB2w==",
  6. "_location": "/fengmap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fengmap@^2.5.3",
  12. "name": "fengmap",
  13. "escapedName": "fengmap",
  14. "rawSpec": "^2.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.3"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/fengmap/-/fengmap-2.5.3.tgz",
  22. "_shasum": "8d94265a2d2c533aa04d8b03a80f9bd3cf7c8c6c",
  23. "_spec": "fengmap@^2.5.3",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-fengmap",
  25. "author": {
  26. "name": "fengmap"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {},
  30. "deprecated": false,
  31. "description": "A lightweight indoor 3D map develop toolkit",
  32. "devDependencies": {
  33. "grunt": "^0.4.5",
  34. "grunt-browserify": "^4.0.1",
  35. "grunt-contrib-concat": "^0.5.1",
  36. "grunt-contrib-copy": "^0.8.1",
  37. "grunt-contrib-jshint": "^0.11.2",
  38. "grunt-contrib-uglify": "^0.9.1",
  39. "grunt-umd": "^2.4.0"
  40. },
  41. "directories": {
  42. "doc": "doc"
  43. },
  44. "keywords": [
  45. "fengmap"
  46. ],
  47. "license": "ISC",
  48. "main": "./build/fengmap.min.js",
  49. "name": "fengmap",
  50. "scripts": {
  51. "b": "grunt --no-color",
  52. "nc": "grunt --no-color -nocerity",
  53. "ncr": "grunt --no-color -nocerity -r",
  54. "r": "grunt --no-color -r",
  55. "rn": "grunt --no-color -r -nologo"
  56. },
  57. "url": "https://www.fengmap.com",
  58. "version": "2.5.3"
  59. }