bestikk-jdk-ea
Version:
A simple tool to download and install JDK Early Access Releases
41 lines (40 loc) • 896 B
JSON
{
"name": "bestikk-jdk-ea",
"version": "1.0.0",
"description": "A simple tool to download and install JDK Early Access Releases",
"main": "index.js",
"scripts": {
"test": "mocha spec/*.js"
},
"engines": {
"node": ">=6.12",
"npm": ">=3.0.0",
"yarn": ">=1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bestikk/bestikk-jdk-ea.git"
},
"keywords": [
"jdk",
"ea",
"java",
"download"
],
"author": "Guillaume Grossetie (https://github.com/mogztter)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bestikk/bestikk-jdk-ea/issues"
},
"homepage": "https://github.com/bestikk/bestikk-jdk-ea#readme",
"dependencies": {
"async": "^2.0.1",
"bestikk-log": "^0.1.0",
"tar-fs": "^1.13.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.0",
"rewire": "^2.5.2"
}
}