package.json 375 B

12345678910111213141516
  1. {
  2. "name": "@polkadot/apps-routing",
  3. "private": true,
  4. "version": "0.51.1",
  5. "main": "index.js",
  6. "repository": "https://github.com/polkadot-js/apps.git",
  7. "author": "Jaco Greeff <jacogr@gmail.com>",
  8. "maintainers": [
  9. "Jaco Greeff <jacogr@gmail.com>"
  10. ],
  11. "contributors": [],
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "@babel/runtime": "^7.10.5"
  15. }
  16. }