warriorjs-engine
Version:
The bowels of WarriorJS
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "warriorjs-engine",
"version": "0.5.0",
"description": "The bowels of WarriorJS",
"main": "index.js",
"scripts": {
"compile": "babel src --out-dir lib",
"prepublish": "npm run compile",
"test": "mocha --compilers js:babel/register --ui bdd --reporter spec --recursive",
"test-travis": "echo \"No ES5 tests yet\" && exit 0",
"lint": "eslint . --ext .js"
},
"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 <m@matioli.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/olistic/warriorjs-engine/issues"
},
"homepage": "https://github.com/olistic/warriorjs-engine#readme",
"dependencies": {
"babel": "^5.8.29",
"lodash.camelcase": "^3.0.1",
"lodash.first": "^3.0.0",
"lodash.range": "^3.0.1",
"lodash.startcase": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"chai": "^3.4.0",
"eslint": "^1.8.0",
"eslint-config-airbnb": "^0.1.0",
"lodash.times": "^3.0.3",
"mocha": "^2.3.3",
"sinon": "^1.17.2"
}
}