raptor-promises
Advanced tools
Comparing version 1.0.0-beta to 1.0.1-beta
{ | ||
"name": "raptor-promises", | ||
"description": "Helper module for working with promises", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raptorjs3/raptor-promises.git" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" | ||
}, | ||
"author": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"dependencies": { | ||
"q": "^0.9.7", | ||
"raptor-util": "^0.2.0-beta" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.15.1", | ||
"chai": "~1.8.1" | ||
}, | ||
"license": "Apache License v2.0", | ||
"bin": {}, | ||
"main": "lib/raptor-promises.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"version": "1.0.0-beta" | ||
"name": "raptor-promises", | ||
"description": "Helper module for working with promises", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raptorjs3/raptor-promises.git" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" | ||
}, | ||
"author": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"dependencies": { | ||
"q": "^0.9.7", | ||
"raptor-util": "^1.0.0-beta" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.15.1", | ||
"chai": "~1.8.1" | ||
}, | ||
"license": "Apache License v2.0", | ||
"bin": {}, | ||
"main": "lib/raptor-promises.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"version": "1.0.1-beta" | ||
} |
5087
+ Addedraptor-util@1.1.2(transitive)
- Removedraptor-util@0.2.0-beta(transitive)
Updatedraptor-util@^1.0.0-beta