-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "netflix-content",
"version": "1.0.0",
"description": "Content Microservice for Netflix",
"scripts": {
"start": "node --inspect server/index.js",
"test": "nyc mocha ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/albertchanged/netflix-content.git"
},
"author": "Albert Chang",
"license": "ISC",
"bugs": {
"url": "https://github.com/albertchanged/netflix-content/issues"
},
"homepage": "https://github.com/albertchanged/netflix-content#readme",
"dependencies": {
"@newrelic/native-metrics": "^2.1.2",
"artillery": "^1.6.0-12",
"axios": "^0.17.1",
"cassandra-driver": "^3.3.0",
"faker": "^4.1.0",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.3.0",
"loadtest": "^2.3.0",
"moment": "^2.20.1",
"newrelic": "^2.7.0",
"node-statsd": "^0.1.1",
"qs": "^6.5.1",
"redis": "^2.8.0",
"redis-server": "^1.1.0",
"underscore": "^1.8.3",
"util": "^0.10.3",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"request": "^2.83.0",
"sinon": "^4.2.2"
}
}