finpkg
Version:
A basic library to learn about npm publishing.
25 lines (24 loc) • 534 B
JSON
{
"name": "finpkg",
"version": "1.0.1",
"description": "A basic library to learn about npm publishing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bashmb/finpkg.git"
},
"keywords": [
"finance",
"cfa",
"valuation"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bashmb/finpkg/issues"
},
"homepage": "https://github.com/bashmb/finpkg#readme"
}