UNPKG

tm-apps-list-api

Version:

41 lines (40 loc) 980 B
{ "name": "tm-apps-list-api", "version": "1.1.24", "description": "", "main": "index.js", "scripts": { "lint": "eslint .", "test": "istanbul cover _mocha -- -R spec --recursive test/", "posttest": "npm outdated -l || true", "pretest": "npm run lint", "test:local": "./scripts/test.sh", "pretest:local": "npm run lint", "start": "node ./src/server.js" }, "license": "ISC", "dependencies": { "aws-sdk": "2.7.17", "bene-logger": "1.1.5", "config": "1.24.0", "eb-healthd-middleware": "1.0.0", "highland": "2.10.1", "hystrixjs": "0.1.1", "ramda": "0.22.1", "restify": "4.3.0", "restify-etag-cache": "1.0.10", "superagent": "3.3.1", "timezone": "1.0.6", "tm-apps-db": "3.2.3" }, "devDependencies": { "chai": "3.5.0", "eslint": "3.13.1", "istanbul": "0.4.5", "mocha": "3.2.0", "nock": "9.0.2", "rewire": "2.5.2", "sinon": "1.17.7", "supertest": "2.0.1" } }