UNPKG

ramda-extended-rsvp

Version:
45 lines (44 loc) 1.06 kB
{ "name": "ramda-extended-rsvp", "version": "0.1.5", "description": "Add RSVP support to ramda-extended", "main": "./src/ramda-extended-rsvp.js", "scripts": { "test": "echo \"Error: no test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/mediasuitenz/ramda-extended-rsvp.git" }, "keywords": [ "ramda", "ramda-extended", "ramda-extended-rsvp", "rsvp" ], "author": { "name": "Patrick Nilsen Walsh", "email": "patrick.nilsen.walsh@gmail.com", "url": "http://github.com/pnw" }, "maintainers": [ { "name": "Patrick Nilsen Walsh", "email": "patrick.nilsen.walsh@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/mediasuitenz/ramda-extended-rsvp/issues" }, "homepage": "https://github.com/mediasuitenz/ramda-extended-rsvp#readme", "devDependencies": { "browserify": "^12.0.1", "rsvp": "^3.1.0", "uglify-js": "^2.5.0", "xyz": "^0.5.0" }, "dependencies": { "ramda-extended": "^0.3.5" } }