-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "novos-craques-api",
"version": "1.0.0",
"description": "API",
"main": "app.js",
"scripts": {
"start": "nodemon app.js --exec babel-node",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaquebc/novos-craques-API.git"
},
"author": "2brothers-Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/isaquebc/novos-craques-API/issues"
},
"dependencies": {
"async": "^2.5.0",
"axios": "^0.16.2",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"eslint": "^4.4.1",
"eslint-plugin-react": "^7.2.0",
"express": "^4.15.4",
"mongoose": "^4.11.6",
"morgan": "^1.8.2",
"nodemon": "^1.11.0",
"require-dir": "^0.3.2"
}
}