UNPKG

adt-simple

Version:

Algebraic data types for JavaScript using Sweet.js macros

37 lines (36 loc) 753 B
{ "name": "adt-simple", "version": "0.1.3", "description": "Algebraic data types for JavaScript using Sweet.js macros", "main": "./adt-simple.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/natefaubion/adt-simple.git" }, "keywords": [ "adt", "adts", "algebraic", "data", "types", "functional", "macro", "macros", "sweet", "sweet.js", "sweet-macros" ], "author": "Nathan Faubion <nathan@n-son.com>", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "grunt": "~0.4.1", "sweet.js": "~0.6.0", "chai": "~1.8.0", "grunt-mocha-test": "~0.7.0", "grunt-contrib-uglify": "~0.2.7" } }