UNPKG

warriorjs-ja

Version:

Game written in JavaScript for learning JavaScript and artificial intelligence

67 lines (66 loc) 1.66 kB
{ "name": "warriorjs-ja", "version": "0.0.4", "bin": "./bin/warriorjs", "description": "Game written in JavaScript for learning JavaScript and artificial intelligence", "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 --ignore-pattern templates" }, "repository": { "type": "git", "url": "https://github.com/ixkaito/warriorjs-ja.git" }, "keywords": [ "es6", "es7", "es2015", "es2016", "warriorjs", "core", "engine", "play", "game", "fun", "teach", "learn", "ai", "interactive", "cli" ], "author": "Matias Olivera <moliverafreire@gmail.com>", "contributors": [ "Kite <ixkaito@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/ixkaito/warriorjs-ja/issues" }, "homepage": "https://github.com/ixkaito/warriorjs-ja", "devDependencies": { "babel-cli": "^6.10.1", "babel-eslint": "^6.1.1", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "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", "mocha": "^2.5.3" }, "dependencies": { "bluebird": "^3.4.1", "chalk": "^1.1.3", "ejs": "^2.4.2", "fs-extra": "^0.30.0", "glob": "^7.0.5", "inquirer": "^1.1.2", "warriorjs-engine": "^1.0.0", "yargs": "^4.7.1" } }