bluechips
Version:
A package to simulate your own stock market
33 lines (32 loc) • 749 B
JSON
{
"name": "bluechips",
"version": "1.0.1",
"description": "A package to simulate your own stock market",
"main": "index.js",
"scripts": {
"test": "echo \"This package has no tests\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gavinhenderson/BlueChips.git"
},
"keywords": [
"stock",
"market",
"simulate",
"blue",
"chips",
"gamble",
"timer",
"broker"
],
"author": "Gavin Henderson <gavin.henderson@hotmail.co.uk> (https://gavinhenderson.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/gavinhenderson/BlueChips/issues"
},
"homepage": "https://github.com/gavinhenderson/BlueChips#readme",
"devDependencies": {
"mocha": "^5.0.5"
}
}