|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
801 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 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.