{
  "name": "elen",
  "version": "1.0.10",
  "description": "ELEN - Efficient Lexicographic Encoding of Numbers. For JavaScript.",
  "main": "src/elen.js",
  "scripts": {
    "build": "sh scripts/build.sh",
    "test": "NODE_PATH=$NODE_PATH:.. npx mocha",
    "docs": "sh scripts/docs.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ealmansi/elen.git"
  },
  "keywords": [
    "javascript",
    "efficient",
    "lexicographic",
    "encoding",
    "numbers",
    "peter",
    "seymour"
  ],
  "author": "Emilio Almansi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ealmansi/elen/issues"
  },
  "homepage": "https://github.com/ealmansi/elen#readme",
  "devDependencies": {
    "acorn": "^7.0.0",
    "ajv-keywords": "^3.4.1",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babelify": "^8.0.0",
    "browserify": "^14.5.0",
    "chai": "^4.2.0",
    "eslint": "^6.2.2",
    "http-server": "^0.10.0",
    "jsdoc": "^3.6.3",
    "lodash": "^4.17.15",
    "mocha": "^6.2.0",
    "mocha-eslint": "^4.1.0",
    "npm-check-updates": "^3.1.21",
    "uglify-es": "^3.3.9",
    "uglify-js": "^3.4.9",
    "watchify": "^3.11.1"
  }
}
