Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Karamov committed Sep 4, 2019
1 parent d90fe86 commit 24a3811
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "pretty-money",
"version": "0.1.0",
"description": "A tiny money formatting library for JS",
"license": "MIT",
"keywords": [
"money",
"currency",
"format"
],
"homepage": "https://github.com/NickKaramoff/pretty-money#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/NickKaramoff/pretty-money.git"
},
"bugs": {
"url": "https://github.com/NickKaramoff/pretty-money/issues"
},
"author": {
"name": "Nikita Karamov",
"email": "[email protected]",
"url": "https://karamoff.ru"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
}

0 comments on commit 24a3811

Please sign in to comment.