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": "2.0.0", "private": false, "main": "index.js", "engines": { "node": ">=0.6.0" }, "directories": { "lib": "./lib" }, "dependencies": {}, "devDependencies": { "expect.js": ">= 0.1.2", "gulp": "^3.8.11", "gulp-browserify": "^0.5.1", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.1.0", "mocha": ">= 1.0.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" }}