UNPKG

prettycats

Version:

Helpful, common, and curried predicates library built on Ramda.

42 lines (41 loc) 1.08 kB
{ "name": "prettycats", "version": "0.7.6", "description": "Helpful, common, and curried predicates library built on Ramda.", "main": "dist/prettycats.js", "dependencies": { "ramda": "^0.27.x" }, "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "coveralls": "^3.0.7", "jasmine": "^2.4.1", "nyc": "^14.1.1" }, "scripts": { "test": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-summary ./node_modules/.bin/jasmine", "build": "./node_modules/.bin/babel lib --out-dir dist --source-maps inline --presets=@babel/preset-env" }, "repository": { "type": "git", "url": "https://github.com/seancannon/prettycats.git" }, "keywords": [ "validator", "validation", "predicates", "pretty", "cats", "seancannon", "aliencreations", "ramda" ], "author": "Sean Cannon", "license": "MIT", "bugs": { "url": "https://github.com/seancannon/prettycats/issues" }, "homepage": "https://github.com/seancannon/prettycats" }