-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "intra-api",
"version": "1.0.3",
"description": "An Epitech Intranet API Node Wrapper",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest",
"precommit": "npm run lint && npm run test",
"prepush": "npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Wats0ns/intra-api.git"
},
"keywords": [
"Epitech"
],
"author": "Wats0ns",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wats0ns/intra-api/issues"
},
"homepage": "https://github.com/Wats0ns/intra-api#readme",
"dependencies": {
"dotenv": "^4.0.0",
"moment": "^2.19.4",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"winston": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"fs": "0.0.1-security",
"husky": "^0.14.3",
"jest": "^21.2.1"
}
}