{
  "name": "pinky-promise",
  "version": "0.1.1",
  "description": "Promises, with a few extra goodies.",
  "main": "promise.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "promises-aplus-tests": "~2.0.3",
    "jasmine-node": "^1.13.1"
  },
  "scripts": {
    "test": "promises-aplus-tests ./test/adapter.js && ./node_modules/.bin/jasmine-node --captureExceptions test/",
    "tst": "./node_modules/.bin/jasmine-node --captureExceptions test/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lucthev/pinky-promise.git"
  },
  "keywords": [
    "promise",
    "promises"
  ],
  "author": "Tilde, Inc. and Jake Archibald (with modifications by Luc Thevenard)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lucthev/pinky-promise/issues"
  },
  "homepage": "https://github.com/lucthev/pinky-promise"
}
