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.5.0", "private": false, "main": "index.js", "engines": { "node": ">=0.6.0" }, "directories": { "lib": "./lib" }, "dependencies": { "is-buffer": "^1.1.0" }, "devDependencies": { "expect.js": ">= 0.1.2", "gulp": "^3.8.11", "gulp-babel": "^4.0.0", "gulp-bench": "^1.1.0", "gulp-browserify": "^0.5.1", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-rimraf": "^0.1.1", "gulp-shell": "^0.4.0", "gulp-uglify": "^1.1.0", "mocha": ">= 1.0.1", "zuul": ">= 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": "gulp test-ci", "build": "gulp build", "prepublish": "gulp" }, "testling": { "browsers": [ "ie/6..latest", "firefox/17..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ], "harness": "mocha", "files": "test/*.js" }}