{ "name": "jsonscript-proxy", "version": "0.5.0", "description": "Proxy server for scripted processing of other services using JSONScript", "main": "index.js", "bin": { "jsproxy": "bin/jsproxy.js" }, "scripts": { "test": "npm run eslint && npm run test-cov", "test-spec": "mocha spec/*.spec.js -R spec", "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec", "eslint": "eslint index.js" }, "repository": { "type": "git", "url": "git+https://github.com/JSONScript/jsonscript-proxy.git" }, "keywords": [ "JSONScript", "proxy server", "batch processing" ], "author": "Evgeny Poberezkin", "license": "MIT", "bugs": { "url": "https://github.com/JSONScript/jsonscript-proxy/issues" }, "homepage": "https://github.com/JSONScript/jsonscript-proxy#readme", "dependencies": { "ajv": "^4.1.2", "ajv-keywords": "^1.1.1", "body-parser": "^1.15.1", "express": "^4.13.4", "jsonscript-js": "^0.5.0", "lodash": "^4.16.2", "minimist": "^1.2.0", "request": "^2.72.0" }, "devDependencies": { "coveralls": "^2.11.9", "eslint": "^2.12.0", "istanbul": "^0.4.3", "mocha": "^2.5.3", "pre-commit": "^1.1.3", "supertest": "^1.2.0" } }