apuliasoft/j2se-js

View on GitHub
packages/java.lang.native.operator/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@j2se-js/java.lang.native.operator",
  "version": "${PACKAGE_VERSION}",
  "description": "Provides interfaces that are usefull to impose operator definition",
  "main": "./bundles/java.lang.native.operator.umd.js",
  "module": "./@j2se-js/java.lang.native.operator.es5.js",
  "es2015": "./@j2se-js/java.lang.native.operator.js",
  "typings": "./index.d.ts",
  "author": "ApuliaSoft <info@apuliasoft.com>",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "@j2se-js/java.lang": "${PACKAGE_VERSION}"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apuliasoft/j2se-js.git"
  }
}