-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 KB
/
package.json
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
{
"name": "node-movie-api",
"version": "1.0.0",
"description": "creating an api to retrieve trailer & description of movie title on url request",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmilK15/node-movie-api.git"
},
"author": "Emil Kais",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmilK15/node-movie-api/issues"
},
"homepage": "https://github.com/EmilK15/node-movie-api#readme",
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"helmet": "^3.9.0",
"mocha": "^4.0.1",
"morgan": "^1.9.0",
"nconf": "^0.9.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"redis": "^2.8.0",
"webpack": "^3.8.1",
"winston": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
}
}