source: imaps-frontend/node_modules/@humanwhocodes/object-schema/package.json@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 801 bytes
Line 
1{
2 "name": "@humanwhocodes/object-schema",
3 "version": "2.0.3",
4 "description": "An object schema merger/validator",
5 "main": "src/index.js",
6 "files": [
7 "src",
8 "LICENSE",
9 "README.md"
10 ],
11 "directories": {
12 "test": "tests"
13 },
14 "scripts": {
15 "test": "mocha tests/"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/humanwhocodes/object-schema.git"
20 },
21 "keywords": [
22 "object",
23 "validation",
24 "schema",
25 "merge"
26 ],
27 "author": "Nicholas C. Zakas",
28 "license": "BSD-3-Clause",
29 "bugs": {
30 "url": "https://github.com/humanwhocodes/object-schema/issues"
31 },
32 "homepage": "https://github.com/humanwhocodes/object-schema#readme",
33 "devDependencies": {
34 "chai": "^4.2.0",
35 "eslint": "^5.13.0",
36 "mocha": "^5.2.0"
37 }
38}
Note: See TracBrowser for help on using the repository browser.