{
  "name": "map-number",
  "version": "1.0.13",
  "description": "processing/p5.js map like function, including floating point numbers support",
  "main": "dist/map.cjs.js",
  "module": "dist/map.es.js",
  "browser": "dist/map.umd.js",
  "bundlib": {
    "name": "mapNum"
  },
  "types": "types/index.d.ts",
  "typings": "types/index.d.ts",
  "keywords": [
    "processing",
    "p5",
    "p5.js",
    "map",
    "floor",
    "round",
    "limit",
    "number",
    "numbers"
  ],
  "scripts": {
    "clean": "rm -rf .cache dist types coverage",
    "lint": "tslint src/**",
    "dev": "bundlib -dw",
    "build": "npm run lint && bundlib -d",
    "test": "jest --color",
    "preversion": "npm run clean && npm run build && npm test"
  },
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "@types/node": "^12.0.2",
    "bundlib": "^0.3.1",
    "eslint": "^5.16.0",
    "jest": "^24.8.0",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "files": [
    "dist",
    "types",
    "src"
  ],
  "author": {
    "name": "Manuel Fernández",
    "email": "manferlo81@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manferlo81/map-number.git"
  },
  "bugs": {
    "url": "https://github.com/manferlo81/map-number/issues"
  },
  "homepage": "https://github.com/manferlo81/map-number#readme",
  "license": "MIT"
}
