-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
59 lines (59 loc) · 1.35 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "parse-decimal-number",
"version": "1.0.0",
"description": "Parse a decimal number with i18n format support (localized decimal points and thousands separators)",
"main": "./dist/parse-decimal-number.js",
"scripts": {
"test": "gulp coveralls"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/AndreasPizsa/parse-decimal-number.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"parse",
"number",
"float",
"decimal",
"i18n",
"l11n",
"localized",
"international",
"format",
"convert",
"integer",
"localized",
"points",
"comma",
"separators"
],
"author": "Andreas Pizsa (http://github.com/AndreasPizsa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndreasPizsa/parse-decimal-number/issues"
},
"homepage": "https://github.com/AndreasPizsa/parse-decimal-number",
"devDependencies": {
"cldr": "4.13.0",
"coffee-script": "1.12.7",
"gulp": "3.9.1",
"gulp-blanket-mocha": "0.0.4",
"gulp-coffee": "3.0.3",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "6.0.0",
"gulp-uglifyjs": "0.6.2",
"gulp-util": "3.0.8",
"gulp-verb": "0.3.0",
"lodash": "4.17.11",
"verb": "0.8.10"
}
}