-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.24 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
{
"name": "hdl-nightingale",
"version": "1.0.0",
"description": "",
"main": "src/index.html",
"scripts": {
"htmlhint": "htmlhint src/*.html test/*.html",
"eslint": "eslint --ext .js src/ test/",
"test": "jest --verbose --coverage",
"deploy": "gh-pages -d src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConstLaf/HLD-Nightingale.git"
},
"keywords": [],
"author": "Victoria M. <victoria.moreno@live.cl> , Katherine C. <csk.kath@gmail.com>, Constanza L.<developer.constance@gmail.com>, Angelina R. <angelinaziran@gmail.com> ",
"license": "Apache License",
"bugs": {
"url": "https://github.com/ConstLaf/HLD-Nightingale/issues"
},
"homepage": "https://github.com/ConstLaf/HLD-Nightingale#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"gh-pages": "^3.1.0",
"htmlhint": "^0.14.1",
"jest": "^26.4.1",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
}
}