Skip to main content
Module

x/enum/package.json

Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
Go to Latest
File
{ "author": "adrai", "name": "enum", "version": "0.2.5", "private": false, "main": "index.js", "engines": { "node": ">=0.6.0" }, "directories": { "lib": "./lib" }, "dependencies": { }, "devDependencies": { "mocha": ">= 1.0.1", "expect.js": ">= 0.1.2", "smoosh": ">= 0.4.1" }, "description": "Enum is a javascript module that introduces the Enum Type. It works for node.js and in the browser.", "keywords" : [ "enum" ], "homepage": "https://github.com/adrai/enum", "repository": { "type": "git", "url": "git@github.com:adrai/enum.git" }, "bugs": { "url": "https://github.com/adrai/enum/issues" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/adrai/enum/master/licence" } ], "scripts" : { "test" : "mocha" } }