package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enums Show documentation
Show all versions of enums Show documentation
Compatible for java Enum
The newest version!
{
"name": "enums",
"version": "1.0.3",
"description": "Compatible for java Enum",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test/*.test.js",
"test-cov": "istanbul cover _mocha -- -R spec test/*.test.js",
"lint": "jshint .",
"ci": "npm run lint && npm run test-cov"
},
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"jshint": "*",
"mocha": "*",
"istanbul": "^0.4.2"
},
"homepage": "https://github.com/node-modules/enums",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/enums.git"
},
"bugs": {
"url": "https://github.com/node-modules/enums/issues",
"email": "[email protected]"
},
"keywords": [
"enums",
"java"
],
"engines": {
"node": ">= 0.12.0"
},
"ci": {
"versions": "0.12, 6, 7"
},
"license": "MIT"
}