ramda-extended
Version:
Extend Ramda with extra capabilities, including Ember.js support.
31 lines (30 loc) • 580 B
JSON
{
"name": "ramda-extended",
"main": "dist/ramda-extended.js",
"version": "0.3.5",
"homepage": "https://github.com/mediasuitenz/ramda-extended",
"authors": [
"Patrick Walsh <patrick.nilsen.walsh@gmail.com>"
],
"description": "Utility belt that extends Ramda.js and Ember.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"ramda",
"ramda-extended"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"ramda": "~0.19.1"
}
}