UNPKG

catan-client

Version:

Settlers of Catan Client Implementation

50 lines (48 loc) 1.17 kB
{ "name": "catan-client", "version": "0.1.5", "description": "Settlers of Catan Client Implementation", "main": "gulpfile.js", "scripts": { "start": "gulp" }, "license": "MIT", "devDependencies": { }, "dependencies": { "babelify": "^6.1.2", "browser-sync": "^2.2.1", "browserify": "^8.1.3", "exorcist": "^0.4.0", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.3.1", "gulp-sass": "^2.0.4", "gulp-util": "^3.0.3", "vinyl-source-stream": "^1.0.0", "watchify": "^2.3.0", "bson-objectid": "^1.1.1", "es6-promise": "^2.3.0", "jquery": "^2.1.4", "lodash": "^3.10.1", "pixi": "git+https://github.com/pixijs/pixi.js.git", "react": "^0.13.3", "react-router": "^0.13.3" }, "repository": { "type": "git", "url": "git+https://github.com/ozthekoder/catan-client.git" }, "keywords": [ "settlers", "catan", "game", "strategy", "board", "client" ], "author": "Osman Ozdemir <oozdemir2704@gmail.com>", "bugs": { "url": "https://github.com/ozthekoder/catan-client/issues" }, "homepage": "https://github.com/ozthekoder/catan-client#readme" }