UNPKG

jec-sandcat

Version:

JEC Sandcat - The default RESTful web services framework for GlassCat applications.

57 lines (56 loc) 1.44 kB
{ "name": "jec-sandcat", "version": "1.0.8", "description": "JEC Sandcat - The default RESTful web services framework for GlassCat applications.", "main": "dist/com/onsoft/jec-sandcat-index", "types": "types/jec-sandcat.d.ts", "scripts": { "test": "mocha juta/tiger/run-unit-tests" }, "repository": { "type": "git", "url": "git+https://github.com/jec-project/jec-sandcat.git" }, "keywords": [ "JEC", "Sandcat", "JARS", "RESTful", "services", "JavaScript", "TypeScript", "server", "applications" ], "author": "Pascal ECHEMANN", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/jec-project/jec-sandcat/issues" }, "homepage": "https://github.com/jec-project/jec-sandcat#readme", "dependencies": { "function-arguments": "^1.0.8", "jec-commons": "^1.2.0", "jec-glasscat-core": "^0.1.8", "jec-jars": "^1.1.1", "jec-sokoke": "^0.0.4", "qs": "^6.5.2", "url-pattern": "^1.0.3" }, "devDependencies": { "@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", "jec-juta": "^1.1.9", "jec-tiger": "^1.2.2" } }