source: trip-planner-front/node_modules/har-schema/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "version": "2.0.0",
3 "name": "har-schema",
4 "description": "JSON Schema for HTTP Archive (HAR)",
5 "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
6 "contributors": [
7 "Evgeny Poberezkin <e.poberezkin@me.com>"
8 ],
9 "homepage": "https://github.com/ahmadnassri/har-schema",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/ahmadnassri/har-schema.git"
13 },
14 "license": "ISC",
15 "main": "lib/index.js",
16 "keywords": [
17 "har",
18 "http",
19 "archive",
20 "JSON",
21 "schema",
22 "JSON-schema"
23 ],
24 "engines": {
25 "node": ">=4"
26 },
27 "files": [
28 "lib"
29 ],
30 "bugs": {
31 "url": "https://github.com/ahmadnassri/har-schema/issues"
32 },
33 "scripts": {
34 "test": "tap test --reporter spec",
35 "pretest": "snazzy && echint",
36 "coverage": "tap test --reporter silent --coverage",
37 "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
38 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
39 },
40 "config": {
41 "commitizen": {
42 "path": "./node_modules/cz-conventional-changelog"
43 }
44 },
45 "devDependencies": {
46 "ajv": "^5.0.0",
47 "codeclimate-test-reporter": "^0.4.0",
48 "cz-conventional-changelog": "^1.2.0",
49 "echint": "^2.1.0",
50 "semantic-release": "^6.3.2",
51 "snazzy": "^5.0.0",
52 "tap": "^8.0.1"
53 }
54}
Note: See TracBrowser for help on using the repository browser.