jungle-node
Version:
The Node.js mounts and platform specific domain for Jungle
35 lines (34 loc) • 821 B
JSON
{
"name": "jungle-node",
"version": "0.2.0",
"description": "The Node.js mounts and platform specific domain for Jungle",
"main": "script/boot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Space-Ed/jungle-node.git"
},
"keywords": [
"Jungle",
"jungle-target",
"platform",
"node",
"domain"
],
"author": "Space-Ed (https://github.com/Space-Ed)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Space-Ed/jungle-node/issues"
},
"homepage": "https://github.com/Space-Ed/jungle-node#readme",
"dependencies": {
"jungle-core": "^0.8.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"@types/node": "^8.0.20",
"typescript": "^2.4.2"
}
}