All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy