UNPKG

1.14 kBJSONView Raw
1{
2 "name": "warriorjs-engine",
3 "version": "0.1.1",
4 "description": "The bowels of WarriorJS",
5 "main": "index.js",
6 "scripts": {
7 "compile": "babel src --out-dir lib",
8 "prepublish": "npm run compile",
9 "test": "mocha --compilers js:babel/register --ui bdd --reporter spec --recursive",
10 "test-travis": "echo \"No ES5 tests yet\" && exit 0",
11 "lint": "eslint . --ext .js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/olistic/warriorjs-engine.git"
16 },
17 "keywords": [
18 "es6",
19 "es7",
20 "es2015",
21 "es2016",
22 "warriorjs",
23 "core",
24 "engine",
25 "play",
26 "game",
27 "fun",
28 "teach",
29 "learn",
30 "ai"
31 ],
32 "author": "Matias Olivera <m@matioli.me>",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/olistic/warriorjs-engine/issues"
36 },
37 "homepage": "https://github.com/olistic/warriorjs-engine#readme",
38 "dependencies": {
39 "babel": "^5.8.29"
40 },
41 "devDependencies": {
42 "babel-eslint": "^4.1.3",
43 "chai": "^3.4.0",
44 "eslint": "^1.8.0",
45 "eslint-config-airbnb": "^0.1.0",
46 "mocha": "^2.3.3",
47 "sinon": "^1.17.2"
48 }
49}