tm-apps-list-api
Version:
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "tm-apps-list-api",
"version": "1.5.0",
"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": {
"apicache": "0.8.1",
"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.2.0",
"ramda": "0.22.1",
"redis": "2.6.5",
"request": "^2.88.0",
"restify": "4.3.0",
"restify-etag-cache": "1.0.10",
"rxjs": "^5.0.0",
"superagent": "3.3.1",
"timezone": "1.0.6",
"tm-apps-db": "3.2.20",
"util.promisify": "^1.0.0"
},
"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"
}
}