@dashkite/joy
Version:
*The simplicity of Lodash with the functional flair of Rambda.*
61 lines (60 loc) • 1.46 kB
JSON
{
"name": "@dashkite/joy",
"version": "0.12.20",
"description": "",
"keywords": [
"lodash",
"rambda",
"functional",
"functional programming",
"coffeescript",
"generic function",
"metaclass",
"metaprogramming"
],
"homepage": "https://github.com/dashkite/module#readme",
"bugs": {
"url": "https://github.com/dashkite/module/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkite/module.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"contributors": [
"Dan Yoder <dan@dashkite.com>",
"David Harper <david@dashkite.com>"
],
"exports": {
".": {
"node": "./build/node/src/index.js",
"browser": "./build/browser/src/index.js"
},
"./*": {
"node": "./build/node/src/*.js",
"browser": "./build/browser/src/*.js"
}
},
"files": [
"build/node/src",
"build/browser/src"
],
"scripts": {
"test": "genie test",
"build": "genie -x module -- build",
"release": "genie release"
},
"devDependencies": {
"@dashkite/amen": "^0.5.0",
"@dashkite/amen-console": "^0.4.0",
"@dashkite/assert": "^0.1.4",
"@dashkite/genie": "^0.20.13",
"@dashkite/genie-clean": "^0.9.0",
"@dashkite/genie-coffee": "^0.9.0",
"@dashkite/genie-module": "^0.5.40",
"@dashkite/genie-release": "^0.5.0",
"@dashkite/genie-watch": "^0.5.0",
"retypeapp": "^1.11.2",
"sinon": "^12.0.1"
}
}