summaryrefslogtreecommitdiff
path: root/lib/unmemoize/package.json
blob: 8804342e14153e4659acf01a2b65e1ac5beaa44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "async.unmemoize",
  "description": "async unmemoizemethod as module.",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/caolan/async.git"
  },
  "author": "Caolan McMahon",
  "version": "0.5.2",
  "license": "MIT",
  "keywords": [
    "async",
    "async-modularized",
    "unmemoize"
  ]
}