-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "js-number-to-word-processor",
"version": "3.0.4",
"description": "The Goal Of JSnumberToWordProcessor Is A Well Formatted Human Readable Number, With It's Corresponding Words.",
"main": "JSnumberToWordProcessor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sidodus/JavaScript-Number-To-Word-Processor.git"
},
"keywords": [
"JS",
"JavaScript",
"React",
"React.js",
"Angular",
"Angular.js",
"Vue",
"Vue.js",
"Number",
"Word",
"Numbers",
"Words",
"Digit",
"Digits",
"Processor",
"JSnumberToWordProcessor",
"Number To Word",
"Number To Word Processor",
"Digit To Word",
"Digits To Words",
"JavaScript Number To Word",
"JavaScript Numbers To Words",
"JavaScript Number To Word Processor",
"JavaScript Numbers To Words Processor"
],
"author": "Saheed Odulaja",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sidodus/JavaScript-Number-To-Word-Processor/issues"
},
"homepage": "https://github.com/Sidodus/JavaScript-Number-To-Word-Processor#readme"
}