string-enum
Version:
Creates simple and immutable sets of names.
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "string-enum",
"version": "1.2.1",
"description": "Creates simple and immutable sets of names.",
"main": "dist/string-enum.js",
"files": [
"dist/**"
],
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepare": "gulp",
"retest": "gulp && nyc --reporter=html --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frederickjeanguerin/string-enum.git"
},
"keywords": [
"enum",
"set",
"immutable",
"failfast"
],
"author": "Frédéric Guérin <frederickjeanguerin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frederickjeanguerin/string-enum/issues"
},
"homepage": "https://github.com/frederickjeanguerin/string-enum#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.0.2",
"gulp-rename": "^1.3.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2"
},
"dependencies": {}
}