Skip to content

Instantly share code, notes, and snippets.

@krainboltgreene
Created May 28, 2017 07:16
Show Gist options
  • Save krainboltgreene/3eb9b95cafdc840e617c7b6e3f1b60e3 to your computer and use it in GitHub Desktop.
Save krainboltgreene/3eb9b95cafdc840e617c7b6e3f1b60e3 to your computer and use it in GitHub Desktop.
{
"name": "deushack",
"version": "1.0.0",
"description": "A hacking game based on the Deus Ex: Human Revolution minigames.",
"repository": {
"type": "git",
"url": "git+https://github.com/krainboltgreene/deushack.git"
},
"keywords": [
"deus",
"ex",
"hacking",
"minigame"
],
"author": "Kurtis Rainbolt-Greene <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/krainboltgreene/deushack/issues"
},
"homepage": "https://github.com/krainboltgreene/deushack#readme",
"scripts": {
"start": "node './transpiled/server/index.js'",
"build": "babel './source/**/*.js' -d './transpiled/'",
"build:server": "gulp build:server",
"build:client": "gulp build:client",
"watch": "npm-run-all --parallel watch:build watch:lint watch:test",
"watch:lint": "chokidar './source/' --ignore 'node_modules' --command 'npm run lint --silent'",
"watch:test": "chokidar './source/' --ignore 'node_modules' --command 'npm run test --silent'",
"watch:build": "gulp watch:all",
"test": "tap './transpiled/**/test.js'",
"check": "flow './source'",
"pretest": "npm run build",
"lint": "eslint './source/' --ignore-pattern 'node_modules'"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"chokidar-cli": "1.2.0",
"eslint": "3.19.0",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.0.1"
},
"dependencies": {
"babel-cli": "6.24.1",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.5.1",
"babel-preset-react": "6.24.1",
"babelify": "7.3.0",
"browserify": "14.4.0",
"bugsnag": "1.10.0",
"bunyan": "1.8.10",
"compression": "1.6.2",
"cors": "2.8.3",
"cxs": "3.0.4",
"envify": "4.0.0",
"express": "4.15.3",
"font-awesome": "4.7.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-changed": "3.1.0",
"gulp-cli": "1.3.0",
"gulp-concat": "2.6.1",
"gulp-environments": "0.1.2",
"gulp-gzip": "1.4.0",
"gulp-myth": "1.1.0",
"gulp-size": "2.1.0",
"gulp-uglify": "3.0.0",
"helmet": "3.6.1",
"hoist-non-react-statics": "1.2.0",
"httpstatuses": "3.0.0",
"morgan": "1.8.2",
"normalize.css": "7.0.0",
"npm-run-all": "4.0.2",
"pusher-js": "4.1.0",
"ramda": "0.24.0",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-dropzone": "3.13.1",
"react-redux": "5.0.5",
"redux": "3.6.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"store": "2.0.4",
"url-parse": "1.1.9",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment