jasmine_rsvp
Version:
Jasmine helpers for testing RSVP-Promise driven code.
39 lines • 1.13 kB
JSON
{
"name": "jasmine_rsvp",
"description": "Jasmine helpers for testing RSVP-Promise driven code.",
"version": "1.0.0",
"homepage": "https://github.com/jasmine-addons/jasmine_rsvp",
"author": {
"name": "Ahmad Amireh",
"email": "ahmad@algollabs.com",
"url": "http://www.algollabs.com"
},
"licenses": [ "MIT" ],
"keywords": [ "rsvp", "jasmine", "promise" ],
"repository": {
"type": "git",
"url": "git://github.com/jasmine-addons/jasmine_rsvp"
},
"bugs": {
"url": "https://github.com/jasmine-addons/jasmine_rsvp/issues"
},
"scripts": {
"default": "grunt",
"test": "grunt test"
},
"devDependencies": {
"shelljs": "~0.1.2",
"glob": "x",
"grunt": "~0.4.0",
"grunt-contrib-watch": "0.5.x",
"grunt-contrib-jshint": "~0.6.1",
"grunt-contrib-connect": "0.3.0",
"grunt-contrib-jasmine": "~0.6.5",
"grunt-template-jasmine-requirejs": "git://github.com/amireh/grunt-template-jasmine-requirejs.git#0.2.0",
"grunt-contrib-requirejs": "x",
"grunt-tagrelease": "0.1.x",
"grunt-bumpup": "0.2.x",
"grunt-jsduck": "0.1.x",
"lodash": "x"
}
}