es6-enum
Version:
Enum type made by es6
39 lines (38 loc) • 868 B
JSON
{
"name": "es6-enum",
"version": "1.1.0",
"description": "Enum type made by es6",
"main": "dist/enum.js",
"scripts": {
"check": "standard ./lib/enum.js | snazzy",
"test": "npm run build && npm run check && node test/index.js | tap-spec",
"prebuild": "rm -rf dist",
"build": "mkdir dist && babel lib --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/wwayne/es6-enum"
},
"keywords": [
"es6",
"enum",
"javascript",
"data structure"
],
"engines": {
"node": ">=0.12.0"
},
"author": "wwayne",
"license": "MIT",
"bugs": {
"url": "https://github.com/wwayne/es6-enum/issues"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"snazzy": "^2.0.1",
"standard": "^5.4.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.0"
}
}