night-map
Version:
Making it a lot easier to loop through an array in Nightmare
34 lines (33 loc) • 730 B
JSON
{
"name": "night-map",
"version": "2.0.2",
"description": "Making it a lot easier to loop through an array in Nightmare",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjameep/night-map.git"
},
"author": "Benjamin Earl",
"license": "ISC",
"bugs": {
"url": "https://github.com/benjameep/night-map/issues"
},
"homepage": "https://github.com/benjameep/night-map#readme",
"devDependencies": {
"nightmare": "^2.10.0"
},
"dependencies": {
"nightmare": "^2.10.0"
},
"keywords": [
"nightmare",
"array",
"map",
"looping",
"loop",
"iterating"
]
}