UNPKG

fantasy-seqs

Version:

Homogenous array sequence data structure.

45 lines (44 loc) 981 B
{ "name": "fantasy-seqs", "version": "0.0.5", "description": "Homogenous array sequence data structure.", "repository": { "type": "git", "url": "git://github.com/SimonRichardson/fantasy-seqs.git" }, "keywords": [ "fantasyland", "list", "array", "monad" ], "author": "Simon Richardson", "license": "MIT", "bugs": { "url": "https://github.com/SimonRichardson/fantasy-seqs/issues" }, "dependencies": { "bounces": "0.0.x", "daggy": "0.0.x", "fantasy-combinators": "0.0.x", "fantasy-options": "0.0.x", "fantasy-tuples": "0.0.x" }, "devDependencies": { "grunt-cli": "0.1.9", "grunt": "0.4.x", "grunt-contrib-jshint": "0.6.x", "grunt-contrib-nodeunit": "0.2.0", "fantasy-check": "0.1.6", "fantasy-helpers": "0.0.x", "fantasy-identities": "0.x.x" }, "scripts": { "test": "grunt" }, "files": [ "fantasy-seqs.js", "src/*.js" ], "main": "fantasy-seqs.js" }