1234567891011121314151617 |
- {
- "name": "@polkadot/app-generic-asset",
- "private": true,
- "version": "0.51.1",
- "description": "A basic GenericAsset transfer app",
- "main": "index.js",
- "scripts": {},
- "author": "Bryan Chen <xlchen1291@gmail.com>",
- "maintainers": [
- "Bryan Chen <xlchen1291@gmail.com>"
- ],
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/runtime": "^7.10.5",
- "@polkadot/react-components": "0.51.1"
- }
- }
|