-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.05 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
{
"name": "travislearn",
"version": "1.0.0",
"description": "project to learn about travis",
"main": "index.js",
"dependencies": {
"jsdoc": "^3.5.5"
},
"devDependencies": {
"escape-string-regexp": "^1.0.5",
"htmllint-cli": "^0.0.7",
"stylelint": "^9.10.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-jest": "^22.2.2",
"jest": "^24.1.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hauserulrich/travislearn.git"
},
"keywords": [
"travis",
"html",
"css",
"js",
"learn",
"CI",
"lint",
"jest",
"doxygen",
"unit testing"
],
"author": "Ulrich Hauser-Ehninger",
"license": "ISC",
"bugs": {
"url": "https://github.com/hauserulrich/travislearn/issues"
},
"homepage": "https://github.com/hauserulrich/travislearn#readme"
}