morningstar-equity-classification
Version:
Simple JSON map (indexed) for the equity classification system of Morningstar
36 lines (35 loc) • 926 B
JSON
{
"name": "morningstar-equity-classification",
"version": "0.2.1",
"description": "Simple JSON map (indexed) for the equity classification system of Morningstar",
"main": "lib/model.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swanest/morningstar-equity-classification.git"
},
"keywords": [
"morningstar",
"json",
"map",
"classification",
"naics",
"index",
"data"
],
"author": "Youri Tolstoy <ytolstoy@gmail.com> (https://swanest.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/swanest/morningstar-equity-classification/issues"
},
"homepage": "https://github.com/swanest/morningstar-equity-classification#readme",
"devDependencies": {
"text-tokenize": "0.0.1"
},
"dependencies": {
"lodash": "^4.17.4"
}
}