package.json 459 B

123456789101112131415161718
  1. {
  2. "name": "@polkadot/apps-config",
  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. "@acala-network/type-definitions": "0.3.1",
  15. "@babel/runtime": "^7.10.5",
  16. "edgeware-node-types": "^2.3.4"
  17. }
  18. }