UNPKG

1.01 kBJSONView Raw
1{
2 "name": "is-number",
3 "description": "Is the value a number? Has extensive tests.",
4 "version": "0.1.1",
5 "homepage": "https://github.com/jonschlinkert/is-number",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/is-number.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/is-number/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/is-number/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "index.js",
24 "engines": {
25 "node": ">=0.10.0"
26 },
27 "scripts": {
28 "test": "mocha -R spec"
29 },
30 "devDependencies": {
31 "verb-tag-jscomments": ">= 0.2.0",
32 "verb": ">= 0.2.6",
33 "mocha": "*"
34 },
35 "keywords": [
36 "coerce",
37 "coercion",
38 "integer",
39 "is",
40 "istype",
41 "javascript",
42 "math",
43 "number",
44 "test",
45 "type",
46 "typeof",
47 "util",
48 "utility",
49 "value"
50 ]
51}
\No newline at end of file