ensure-array/package.json
2020-09-08 12:22:29 +02:00

17 lines
434 B
JSON

{
"name": "@validatem/ensure-array",
"description": "Validatem \"validator\" for wrapping non-array values into an array",
"keywords": [
"validatem",
"validator"
],
"version": "0.1.0",
"main": "index.js",
"repository": "http://git.cryto.net/validatem/ensure-array.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"@validatem/core": "^0.3.12"
}
}