-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 747 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "live-number-format",
"version": "0.1.9",
"description": "A tiny Javascript library that gives live as-you-type formatting to numbers & currencies, ~1600 bytes minified + gzipped.",
"main": "livenumberformat.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhinavxd/liveNumberFormat.js.git"
},
"keywords": [
"numberformatter",
"currency",
"formatter"
],
"author": "Abhinav Raut",
"license": "MIT",
"bugs": {
"url": "https://github.com/abhinavxd/liveNumberFormat.js/issues"
},
"homepage": "https://github.com/abhinavxd/liveNumberFormat.js#readme"
}