1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "lolirift-client",
- "version": "1.0.0",
- "description": "a client electron app for the soon-to-be hit lolirift",
- "main": "main.js",
- "scripts": {
- "start": "babel app -d build && electron .",
- "dev": "babel -w app -d build & electron ."
- },
- "keywords": [
- "Electron",
- "RTS"
- ],
- "author": "satorialist",
- "license": "MIT",
- "devDependencies": {
- "babel-cli": "^6.24.0",
- "babel-preset-env": "^1.3.2",
- "babel-preset-es2015": "^6.24.0",
- "babel-preset-react": "^6.23.0",
- "babel-preset-stage-1": "^6.22.0",
- "electron": "~1.6.2",
- "material-ui": "^0.17.1",
- "react": "^15.4.2",
- "react-dom": "^15.4.2",
- "react-redux": "^5.0.3",
- "react-tap-event-plugin": "^2.0.1",
- "redux": "^3.6.0",
- "ws": "^3.0.0"
- }
- }
|