steam-econcc
Version:
Currency conversion and formatting library for Steam economy and real world currencies, based on the format used by backpack.tf.
28 lines (27 loc) • 740 B
JSON
{
"name": "steam-econcc",
"version": "0.7.0",
"description": "Currency conversion and formatting library for Steam economy and real world currencies, based on the format used by backpack.tf.",
"main": "index.js",
"scripts": {
"test": "jasmine",
"build": "babel src/econcc.es6.js --no-comments --loose -m umdStrict --module-id EconCC > econcc.js && node fixbabel"
},
"repository": {
"type": "git",
"url": "https://github.com/caresx/steam-econcc"
},
"keywords": [
"steam",
"backpacktf",
"tf",
"dota",
"csgo"
],
"author": "caresx",
"license": "MIT",
"bugs": {
"url": "https://github.com/caresx/steam-econcc/issues"
},
"homepage": "https://github.com/caresx/steam-econcc"
}