wsh-range
Version:
python like range
21 lines (20 loc) • 360 B
JSON
{
"name": "wsh-range",
"version": "1.0.0",
"description": "python like range",
"main": "index.js",
"scripts": {
"test": "ts-node test.ts"
},
"repository": {
"type": "git",
"url": "git@github.com:GitAntinus/rangejs.git"
},
"keywords": [
"range",
"generator",
"python-like"
],
"author": "Eric",
"license": "MIT"
}