{
  "version": "1.4.2",
  "name": "microdash",
  "description": "Tiny utilities for Node and the browser",
  "keywords": [
    "tiny",
    "each",
    "extend",
    "map"
  ],
  "homepage": "https://github.com/asmblah/microdash",
  "author": "Dan Phillimore <dan@ovms.co> (http://ovms.co)",
  "repository": {
    "type": "git",
    "url": "https://github.com/asmblah/microdash"
  },
  "bugs": {
    "email": "dan@ovms.co",
    "url": "http://github.com/asmblah/microdash/issues"
  },
  "main": "index",
  "scripts": {
    "jshint": "jshint .",
    "mocha": "mocha -r test/harness --recursive test/",
    "test": "npm run jshint && npm run mocha"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.2.0",
    "jshint": "^2.12.0",
    "lodash": "^4.17.19",
    "mocha": "^7.2.0",
    "sinon": "^9.0.2",
    "sinon-chai": "^3.5.0"
  },
  "engines": {
    "node": ">=0.6"
  },
  "license": "MIT"
}
