UNPKG

heya-unify

Version:

Unify: a unification tool with a deep equivalence and partitioning of objects.

45 lines (44 loc) 995 B
{ "name": "heya-unify", "version": "0.2.7", "description": "Unify: a unification tool with a deep equivalence and partitioning of objects.", "main": "main.js", "directories": { "test": "tests" }, "dependencies": { "heya-ice": "^0.1.11" }, "devDependencies": { "heya-globalize": "^1.0.2" }, "scripts": { "test": "node tests/tests.js", "dist": "node node_modules/heya-globalize/index.js" }, "repository": { "type": "git", "url": "git://github.com/heya/unify.git" }, "keywords": [ "unification", "equivalence", "comparison", "deep equivalence", "code generation", "code construction" ], "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://lazutkin.com/)", "license": "BSD-3-Clause", "volo": { "type": "directory", "dependencies": { "heya-ice": "github:heya/ice" } }, "browserGlobals": { "!root": "heya.unify", "./main": "heya.unify", "heya-ice": "heya.ice" } }