npm-couple
Version:
A library to couple two objects.
27 lines (26 loc) • 473 B
JSON
{
"name": "couple",
"version": "1.0.4",
"homepage": "https://github.com/ryansmith94/couple",
"authors": [
"Ryan Smith <0ryansmith1994@gmail.com>"
],
"description": "A library to couple two objects.",
"main": "build/export.js",
"moduleType": [
"amd",
"node"
],
"keywords": [
"coupling",
"objects"
],
"license": "Creative Commons",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"src"
]
}