UNPKG

iterizerjs

Version:

Expressive & concise code using ES6 iterables

41 lines (40 loc) 925 B
{ "name": "iterizerjs", "version": "0.1.0", "description": "Expressive & concise code using ES6 iterables", "main": "lib/iterizer.js", "dependencies": { "typester": "~1.0" }, "devDependencies": { "dchambers-lib-build-tool": "~0.1", "chai": "~1.9", "npm-watch": "~0.0" }, "watch": { "prepublish": "{lib,spec,scripts}/**/*.js" }, "scripts": { "prepublish": "node --harmony scripts/prepublish.js", "postpublish": "node --harmony scripts/postpublish.js", "test": "node --harmony scripts/test.js", "test-browser": "node --harmony scripts/test-browser.js", "watch": "npm-watch" }, "repository": { "type": "git", "url": "git://github.com/dchambers/IterizerJs.git" }, "keywords": [ "ES6", "Iterators", "Generators", "ES5", "Arrays" ], "author": "Dominic Chambers", "license": "Apache License, Version 2.0", "bugs": { "url": "https://github.com/dchambers/IterizerJs/issues" } }