UNPKG

dash-platform-user

Version:

library for retrieving Dash Platform users and their properties

46 lines (45 loc) 1.38 kB
{ "name": "dash-platform-user", "version": "16.0.0", "description": "library for retrieving Dash Platform users and their properties", "main": "src/dash-platform-user.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --progress --colors", "start": "webpack-dev-server --progress --colors", "docs:readme": "documentation readme src/dash-platform-user.js --section=Documentation" }, "repository": { "type": "git", "url": "git+https://github.com/dashmachine/dash-platform-user.git" }, "keywords": [ "Dash", "Dash Platform", "DApp" ], "bugs": { "url": "https://github.com/dashmachine/dash-platform-user/issues" }, "homepage": "https://github.com/dashmachine/dash-platform-user#readme", "author": "dashmachine", "license": "MIT", "devDependencies": { "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-env": "^7.9.6", "babel-core": "^6.26.3", "babel-loader": "^8.0.0-beta.0", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" }, "dependencies": { "@babel/plugin-transform-runtime": "^7.9.6", "@babel/runtime": "^7.9.6", "dash": "^3.16.2" } }