Skip to content

Commit

Permalink
restrict to node 0.12.0 and higher for native promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed May 15, 2015
1 parent 99f947c commit b41b2db
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "hapi-intercom",
"version": "1.0.0",
"description": "A hapi module that enables horizontal eventdriven communication between modules",
"main": "src/plugin.js",
"scripts": {
"test": "gulp"
},
"keywords": [
"name": "hapi-intercom",
"version": "1.0.0",
"description": "A hapi module that enables horizontal eventdriven communication between modules",
"main": "src/plugin.js",
"scripts": {
"test": "gulp"
},
"keywords": [
"radio",
"eventbus",
"hapi",
Expand All @@ -18,22 +18,25 @@
"request",
"reply"
],
"author": "atroo GbR <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/atroo/hapi-intercom"
},
"dependencies": {
"underscore": "^1.8.2"
},
"devDependencies": {
"boom": "^2.6.1",
"chai": "^2.1.2",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-util": "^3.0.4",
"hapi": "^8.4.0"
}
}
"author": "atroo GbR <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/atroo/hapi-intercom"
},
"engines": {
"node" : ">=0.12.0"
},
"dependencies": {
"underscore": "^1.8.2"
},
"devDependencies": {
"boom": "^2.6.1",
"chai": "^2.1.2",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-util": "^3.0.4",
"hapi": "^8.4.0"
}
}

0 comments on commit b41b2db

Please sign in to comment.