UNPKG

914 BJSONView Raw
1{
2 "name": "is-number",
3 "description": "Is the value a number?",
4 "version": "0.1.0",
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 "docs",
37 "documentation",
38 "generate",
39 "generator",
40 "markdown",
41 "templates",
42 "verb"
43 ]
44}