riseoflegends
Advanced tools
Comparing version 0.0.65 to 0.0.66
@@ -80,10 +80,10 @@ 'use strict'; | ||
module.exports = { | ||
Client: _kbyte.Client, | ||
Fight: _fight2.default, | ||
Card: _card_generator2.default, | ||
gears: { armor: _armor2.default, belt: _belt2.default, hair: _hair2.default, hat: _hat2.default, necklace: _necklace2.default, pant: _pant2.default, ring: _ring2.default, shoes: _shoes2.default, weapon: _weapon2.default }, | ||
passives: _passives2.default, | ||
actives: { common: _skill_physical2.default, ice: _skill_weapon2.default, fire: _skill_fire2.default, poison: _skill_chemical2.default }, | ||
gears_type: _gears_type2.default, | ||
properties: _properties2.default | ||
Client: _kbyte.Client, | ||
Fight: _fight2.default, | ||
Card: _card_generator2.default, | ||
gears: { armor: _armor2.default, belt: _belt2.default, hair: _hair2.default, hat: _hat2.default, necklace: _necklace2.default, pant: _pant2.default, ring: _ring2.default, shoes: _shoes2.default, weapon: _weapon2.default }, | ||
passives: _passives2.default, | ||
actives: { common: _skill_physical2.default, ice: _skill_weapon2.default, fire: _skill_fire2.default, poison: _skill_chemical2.default }, | ||
gears_type: _gears_type2.default, | ||
properties: _properties2.default | ||
}; |
115
package.json
{ | ||
"name": "riseoflegends", | ||
"version": "0.0.65", | ||
"description": "A lightweight JavaScript library for Rise Of Legends", | ||
"main": "src/index.js", | ||
"browser": "dist/riseoflegends.min.js", | ||
"scripts": { | ||
"start": "node src/start.js", | ||
"build": "taskr cjs && webpack", | ||
"lint": "eslint 'src/**/*.js' --fix", | ||
"prettier": "prettier 'src/**/*.js' --list-different", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"go": "taskr cjs && webpack && npm publish" | ||
}, | ||
"dependencies": { | ||
"big-integer": "^1.6.46", | ||
"crypto": "^1.0.1", | ||
"debug": "^4.1.1", | ||
"distributions": "^2.1.0", | ||
"hash.js": "^1.1.7", | ||
"kbyte": "0.0.4", | ||
"lodash": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@taskr/babel": "^1.1.0", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.0.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.7.0", | ||
"bluebird": "^3.5.3", | ||
"eslint": "^5.8.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^2.10.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^2.7.0", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.14.3", | ||
"taskr": "^1.1.0", | ||
"webpack": "^4.24.0", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-visualizer-plugin": "^0.1.11" | ||
}, | ||
"author": "hightouch", | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"src" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/FutureShockco/riseoflegends.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FutureShockco/riseoflegends.js/issues" | ||
} | ||
"name": "riseoflegends", | ||
"version": "0.0.66", | ||
"description": "A lightweight JavaScript library for riseoflegends", | ||
"main": "lib/index.js", | ||
"browser": "dist/riseoflegends.min.js", | ||
"scripts": { | ||
"build": "taskr cjs && webpack", | ||
"lint": "eslint 'src/**/*.js' --fix", | ||
"prettier": "prettier 'src/**/*.js' --list-different", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"big-integer": "^1.6.51", | ||
"debug": "^4.1.1", | ||
"distributions": "^2.1.0", | ||
"hash.js": "^1.1.7", | ||
"kbyte": "0.0.4", | ||
"lodash": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@taskr/babel": "^1.1.0", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.0.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.7.0", | ||
"bluebird": "^3.5.3", | ||
"eslint": "^5.8.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^2.10.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^2.7.0", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.14.3", | ||
"taskr": "^1.1.0", | ||
"webpack": "^4.24.0", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-visualizer-plugin": "^0.1.11" | ||
}, | ||
"author": "Bonustrack & HighTouch", | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"src" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/FutureShockco/crosswars.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FutureShockco/crosswars.js/issues" | ||
} | ||
} |
@@ -1,8 +0,35 @@ | ||
# riseoflegends.js | ||
[![npm](https://img.shields.io/npm/v/crosswars.svg)](https://www.npmjs.com/package/crosswars) | ||
![npm](https://img.shields.io/npm/dm/crosswars.svg) | ||
![GitHub commit](https://img.shields.io/github/last-commit/FutureShockco/crosswars.js.svg) | ||
[![Discord](https://img.shields.io/discord/544158054141132811.svg)](https://discord.me/crosswars) | ||
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg) | ||
![GitHub issue](https://img.shields.io/github/issues-raw/FutureShockco/crosswars.js.svg) | ||
![GitHub language](https://img.shields.io/github/languages/top/FutureShockco/crosswars.js.svg) | ||
A lightweight JavaScript library for Rise Of Legends | ||
Rise Of Legends Vue Client is available at https://github.com/FutureShockco/riseoflegends | ||
# CrossWars.js | ||
A lightweight JavaScript library for the crosschain strategy game CrossWars | ||
## Installation | ||
To install CrossWars.js on Node.js, open your terminal and run: | ||
```bash | ||
npm install crosswars --save | ||
``` | ||
## Example | ||
Example can be directly found here https://github.com/FutureShockco/crosswars.js/tree/master/docs. | ||
Edit the json file (buildings or units) and run. | ||
```npm run build``` | ||
## Documentation | ||
CrossWars.io is available at https://www.crosswars.io | ||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. |
@@ -26,10 +26,10 @@ import { Client } from 'kbyte'; | ||
module.exports = { | ||
Client, | ||
Fight, | ||
Card, | ||
gears: { armor, belt, hair, hat, necklace, pant, ring, shoes, weapon }, | ||
passives, | ||
actives:{ common, ice, fire, poison }, | ||
gears_type, | ||
properties | ||
Client, | ||
Fight, | ||
Card, | ||
gears: { armor, belt, hair, hat, necklace, pant, ring, shoes, weapon }, | ||
passives, | ||
actives:{ common, ice, fire, poison }, | ||
gears_type, | ||
properties | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1966929
6
74
14486
0
36
- Removedcrypto@^1.0.1
- Removedcrypto@1.0.1(transitive)
Updatedbig-integer@^1.6.51