package.json 420 B

1234567891011121314151617
  1. {
  2. "name": "@polkadot/app-generic-asset",
  3. "private": true,
  4. "version": "0.51.1",
  5. "description": "A basic GenericAsset transfer app",
  6. "main": "index.js",
  7. "scripts": {},
  8. "author": "Bryan Chen <xlchen1291@gmail.com>",
  9. "maintainers": [
  10. "Bryan Chen <xlchen1291@gmail.com>"
  11. ],
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "@babel/runtime": "^7.10.5",
  15. "@polkadot/react-components": "0.51.1"
  16. }
  17. }