UNPKG

warriorjs-engine

Version:
63 lines (62 loc) 1.63 kB
{ "name": "warriorjs-engine", "version": "1.0.0", "description": "The bowels of WarriorJS", "main": "index.js", "scripts": { "compile": "babel src -d lib", "prepublish": "npm run compile", "test": "mocha --compilers js:babel-register --ui bdd --reporter spec --recursive", "test:babel": "babel test -d . && npm test", "lint": "eslint . --ext .js --ignore-path .gitignore" }, "repository": { "type": "git", "url": "git+https://github.com/olistic/warriorjs-engine.git" }, "keywords": [ "es6", "es7", "es2015", "es2016", "warriorjs", "core", "engine", "play", "game", "fun", "teach", "learn", "ai" ], "author": "Matias Olivera <moliverafreire@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/olistic/warriorjs-engine/issues" }, "homepage": "https://github.com/olistic/warriorjs-engine#readme", "dependencies": { "babel-core": "^6.10.4", "babel-polyfill": "^6.9.1", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "lodash.camelcase": "^4.1.1", "lodash.isequal": "^4.2.0", "lodash.range": "^3.1.5", "lodash.startcase": "^4.2.1", "lodash.uniqby": "^4.5.0" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-eslint": "^6.1.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-register": "^6.9.0", "chai": "^3.5.0", "eslint": "^3.0.1", "eslint-config-airbnb-base": "^4.0.0", "eslint-plugin-import": "^1.10.2", "lodash.times": "^4.2.0", "mocha": "^2.5.3", "sinon": "^1.17.4" } }