new-generator
Version:
This new Generator is general purpose iterable generator.
23 lines (22 loc) • 657 B
JSON
{
"name": "new-generator",
"version": "0.0.5",
"description": "This new Generator is general purpose iterable generator.",
"main": "new-generator.js",
"keywords": [
"Generator", "Iteration", "Iterator", "Harmony", "ES6", "ES2015"
],
"author": "LightSpeedC",
"license": "MIT",
"homepage": "https://github.com/LightSpeedWorks/new-generator",
"bugs": {
"url": "https://github.com/LightSpeedWorks/new-generator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/LightSpeedWorks/new-generator.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}