package.json 1.21 KiB
Newer Older
Amaury Martiny's avatar
Amaury Martiny committed
{
  "name": "light-ui",
  "description": "The Parity Light Wallet",
  "version": "0.1.0",
  "private": true,
  "author": "Parity Team <[email protected]>",
  "maintainers": [
    "Jaco Greeff",
    "Amaury Martiny"
  ],
  "contributors": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parity-js/light.git"
  },
  "bugs": {
    "url": "https://github.com/parity-js/light/issues"
  },
  "keywords": [
    "Ethereum",
    "Light",
    "Light Client",
    "Parity"
  ],
  "homepage": "https://github.com/parity-js/light",
  "main": "lib/index.js",
  "scripts": {
    "prebuild": "rimraf lib",
    "build": "babel src --out-dir lib",
    "lint": "semistandard 'src/**/*.js' --parser babel-eslint",
    "start": "yarn build --watch"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.49",
    "@babel/core": "^7.0.0-beta.49",
    "@babel/preset-env": "^7.0.0-beta.49",
    "@babel/preset-react": "^7.0.0-beta.49",
    "@babel/preset-stage-0": "^7.0.0-beta.49",
    "babel-eslint": "^8.2.3",
    "babel-plugin-emotion": "^9.2.0",
    "react": "^16.4.0",
    "rimraf": "^2.6.2",
    "semistandard": "^12.0.1"
  },
  "peerDependencies": {
    "react": "^16.4.0"
  }
}