-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 808 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 808 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
28
{
"name": "NumberToLocaleStringFix",
"version": "0.0.1",
"description": "A graceful update to Number.ToLocaleString. If the function is working correctly, then we leave the number prototype alone.",
"main": "numberToLocaleStringFix.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/TheIronDeveloper/numericCrossBrowserToLocalString.git"
},
"keywords": [
"browser",
"compatability",
"javascript",
"localization"
],
"author": "Tyler Stark",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "46cc01512698b1564a7894273448a3b4744ecc36",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jasmine": "~0.5.1"
}
}