UNPKG

one-hot-enum

Version:
31 lines (30 loc) 571 B
{ "name": "one-hot-enum", "version": "0.0.3", "description": "one hot encoding enumerations", "main": "index.js", "scripts": { "test": "node test.js" }, "engines": { "node": ">=4" }, "repository": { "type": "git", "url": "https://github.com/ansteh/one-hot-enum.git" }, "keywords": [ "one-hot", "enum", "enumerations" ], "author": "Andre Stehle", "license": "MIT", "bugs": { "url": "https://github.com/ansteh/one-hot-enum/issues" }, "dependencies": { "lodash": "^4.16.6" }, "devDependencies": {} }