source: trip-planner-front/node_modules/webpack-dev-middleware/node_modules/json-schema-traverse/package.json@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 1008 bytes
Line 
1{
2 "name": "json-schema-traverse",
3 "version": "0.4.1",
4 "description": "Traverse JSON Schema passing each schema object to callback",
5 "main": "index.js",
6 "scripts": {
7 "eslint": "eslint index.js spec",
8 "test-spec": "mocha spec -R spec",
9 "test": "npm run eslint && nyc npm run test-spec"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
14 },
15 "keywords": [
16 "JSON-Schema",
17 "traverse",
18 "iterate"
19 ],
20 "author": "Evgeny Poberezkin",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
24 },
25 "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
26 "devDependencies": {
27 "coveralls": "^2.13.1",
28 "eslint": "^3.19.0",
29 "mocha": "^3.4.2",
30 "nyc": "^11.0.2",
31 "pre-commit": "^1.2.2"
32 },
33 "nyc": {
34 "exclude": [
35 "**/spec/**",
36 "node_modules"
37 ],
38 "reporter": [
39 "lcov",
40 "text-summary"
41 ]
42 }
43}
Note: See TracBrowser for help on using the repository browser.