UNPKG

meme-magic

Version:

An A-Frame, React, Redux front-end with Sessions, Websockets, SQL, and Authentication built into the backend.

88 lines (87 loc) 2.43 kB
{ "name": "meme-magic", "version": "0.1.1", "description": "An A-Frame, React, Redux front-end with Sessions, Websockets, SQL, and Authentication built into the backend.", "main": "app.js", "scripts": { "start": "webpack -w & nodemon --watch server -e js,html babelify.js", "postinstall": "node ./post-install.js" }, "engines": { "node": ">=7.0.0" }, "author": "Eliot Szwajkowski", "email": "eliotpszw@gmail.com", "license": "Apache-2.0", "dependencies": { "aframe": "^0.5.0", "axios": "^0.15.3", "babel": "^6.5.2", "babel-core": "^6.18.2", "babel-loader": "^6.2.8", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-register": "^6.18.0", "bluebird": "^3.4.6", "body-parser": "^1.15.2", "chalk": "^1.1.3", "cli-interact": "^0.1.9", "connect-session-sequelize": "^4.1.0", "eslint-config": "^0.3.0", "eslint-config-semistandard": "^7.0.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^6.7.1", "eslint-plugin-standard": "^2.0.1", "event-stream": "^3.3.4", "express": "^4.14.0", "express-session": "^1.14.2", "glob": "^7.1.1", "immutable": "^3.8.1", "jquery": "^3.1.1", "material-ui": "^0.16.5", "materialize-css": "^0.97.8", "nodemon": "^1.11.0", "parseurl": "^1.3.1", "passport": "^0.3.2", "passport-local": "^1.0.0", "pg": "^6.1.0", "pg-native": "^1.10.0", "react": "^15.4.1", "react-dom": "^15.4.1", "react-redux": "^4.4.6", "react-router": "^3.0.0", "react-tap-event-plugin": "^2.0.1", "redux": "^3.6.0", "redux-logger": "^2.7.4", "redux-thunk": "^2.1.0", "sequelize": "^3.26.0", "serve-favicon": "^2.3.2", "socket.io": "^1.5.1", "socket.io-client": "^1.5.1", "standard": "^8.5.0", "volleyball": "^1.4.1", "webpack": "^1.13.3" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/leafoflegend/MemeMagic.git" }, "keywords": [ "AFrame", "React", "Redux", "Postgres", "Sockets", "Boiler", "Plate", "Sessions", "Authentication" ], "bugs": { "url": "https://github.com/leafoflegend/MemeMagic/issues" }, "homepage": "https://github.com/leafoflegend/MemeMagic#readme" }