self-addressed
Version:
Transform postMessage to return a promise
60 lines (59 loc) • 1.4 kB
JSON
{
"name": "self-addressed",
"description": "Transform postMessage to return a promise",
"version": "0.3.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/self-addressed/issues"
},
"contributors": [],
"dependencies": {
"es6-promise": "2.0.1"
},
"devDependencies": {
"check-more-types": "1.1.1",
"check-types": "1.4.0",
"eslint-rules": "0.2.0",
"grunt": "0.4.5",
"grunt-browserify": "3.3.0",
"grunt-clean-console": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.5.2",
"grunt-eslint": "3.0.0",
"grunt-filenames": "0.4.0",
"grunt-jscs": "1.1.0",
"grunt-mocha-test": "0.12.6",
"grunt-nice-package": "0.9.2",
"grunt-npm2bower-sync": "0.8.0",
"jshint-summary": "0.4.0",
"lazy-ass": "0.5.3",
"matchdep": "0.3.0",
"mocha": "2.1.0",
"pre-git": "0.1.1"
},
"engines": {
"node": "> 0.10.*"
},
"homepage": "https://github.com/bahmutov/self-addressed",
"keywords": [
"event",
"promise",
"promises",
"postMessage",
"async"
],
"license": "MIT",
"main": "index.js",
"pre-commit": [
"grunt",
"npm version"
],
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/self-addressed.git"
},
"scripts": {
"test": "grunt mochaTest"
}
}