123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "is-odd",
- "description": "Returns true if the given number is odd.",
- "version": "1.0.0",
- "homepage": "https://github.com/jonschlinkert/is-odd",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "contributors": [
- "Dmitry Semigradsky (http://brainstorage.me/semigradsky)",
- "DYM (http://dym.sh)",
- "Jon Schlinkert (http://twitter.com/jonschlinkert)"
- ],
- "repository": "jonschlinkert/is-odd",
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-odd/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "dependencies": {
- "is-number": "^3.0.0"
- },
- "devDependencies": {
- "gulp-format-md": "^0.1.11",
- "mocha": "^3.2.0"
- },
- "keywords": [
- "array",
- "count",
- "even",
- "filter",
- "integer",
- "is",
- "math",
- "numeric",
- "odd",
- "string"
- ],
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "exponential-moving-average",
- "is-even",
- "sma"
- ]
- },
- "lint": {
- "reflinks": true
- }
- }
- }
|