{
  "name": "promis",
  "version": "1.1.4",
  "description": "A small embeddable Promise polyfill",
  "main": "promise.js",
  "dependencies": {},
  "devDependencies": {
    "expect.js": "~0.3.1",
    "extend": "^2.0.1",
    "grunt": "^0.4.5",
    "grunt-closurecompiler": "^0.9.9",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-exec": "^0.4.6",
    "grunt-mocha-test": "^0.12.7",
    "load-grunt-tasks": "3.2.0",
    "mocha": "~2.2.5",
    "promises-aplus-tests": "~2.1.0"
  },
  "keywords": [
    "promise",
    "promises",
    "promise-aplus",
    "promises-aplus",
    "closure compiler",
    "async",
    "deferred",
    "await",
    "defer"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "homepage": "https://github.com/bramstein/promis",
  "repository": {
    "type": "git",
    "url": "git@github.com:bramstein/promis.git"
  },
  "bugs": "https://github.com/bramstein/promis/issues",
  "author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)",
  "license": "BSD"
}
