dh_ackergaul
vor 4 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "switchback",
  "version": "1.1.3",
  "description": "Normalize callback fns to switchbacks and vice versa",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-machine/switchback.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "switchback",
    "handlers",
    "success",
    "error",
    "switcher",
    "async.if",
    "sails"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "lodash": "~2.4.1"
  },
  "devDependencies": {
    "should": "~2.1.1",
    "mocha": "~1.18.2"
  }
}