UNPKG

jec-glasscat

Version:

JEC GlassCat - The GlassCat Aplication Server is the default JEC implementation.

68 lines (67 loc) 1.86 kB
{ "name": "jec-glasscat", "version": "0.1.9", "description": "JEC GlassCat - The GlassCat Aplication Server is the default JEC implementation.", "repository": { "type": "git", "url": "git+https://github.com/jec-project/jec-glasscat.git" }, "keywords": [ "JEC", "GlassCat", "Node.js", "node", "JavaScript", "TypeScript", "server", "applications", "Application Server", "microservices" ], "author": "Pascal ECHEMANN", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/jec-project/jec-glasscat/issues" }, "homepage": "https://github.com/jec-project/jec-glasscat#readme", "scripts": { "postinstall": "grunt build && node server/com/onsoft/glasscat/cli/install/post-install-tasks", "test": "mocha juta/tiger/run-unit-tests" }, "dependencies": { "jec-commons": "^1.2.0", "jec-commons-node": "^1.0.9", "jec-exchange": "^1.1.9", "jec-exchange-mock": "^1.0.2", "jec-glasscat-cli": "^1.0.7", "jec-glasscat-commands": "^1.0.6", "jec-glasscat-config": "^1.0.3", "jec-glasscat-core": "^0.1.8", "jec-glasscat-install": "1.1.3", "jec-jars": "^1.1.1", "jec-jars-mock": "^1.1.1", "jec-jdi": "^0.1.1", "jec-jdi-mock": "^1.1.1", "jec-juta": "^1.1.9", "jec-sandcat": "^1.0.8", "jec-sokoke": "^0.0.4", "jec-tiger": "^1.2.2", "jec-wildcat": "^1.0.9", "socket.io": "^2.1.1" }, "devDependencies": { "@types/socket.io": "^1.4.36", "@types/node": "^10.5.4", "chai": "^4.1.2", "sinon": "^6.1.4", "grunt": "1.0.3", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-mocha-test": "^0.13.3", "grunt-ts": "^6.0.0-beta.21", "grunt-typedoc": "^0.2.4", "mocha": "^5.2.0", "typedoc": "^0.11.1", "typescript": "^2.9.2" } }