-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "loader.js",
"scripts": {
"babel": "nodemon --exec babel-node loader.js",
"dev": "nodemon loader.js",
"init-lint": "./node_modules/.bin/eslint --init",
"lint": "./node_modules/.bin/eslint api/**/*.js config/**/*.js",
"prepush": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThiagoLuizNunes/ci-lost-and-found.git"
},
"author": "Thiago Luiz",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThiagoLuizNunes/ci-lost-and-found/issues"
},
"homepage": "https://github.com/ThiagoLuizNunes/ci-lost-and-found#readme",
"dependencies": {
"bcrypt": "2.0.0",
"bluebird": "3.5.1",
"body-parser": "1.17.2",
"express": "4.15.3",
"express-query-int": "1.0.1",
"jsonwebtoken": "8.2.1",
"lodash": "4.17.10",
"mongoose": "4.13.14",
"node-restful": "0.2.6",
"nodemailer": "4.6.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"body-parser": "1.18.2",
"chai": "^4.1.2",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"nodemon": "^1.14.11"
}
}