forked from Genivia/SJOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 895 Bytes
/
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
{
"name": "sjot",
"version": "1.3.7",
"description": "Schemas for JSON Objects, or simply SJOT, is a more compact alternative to JSON schema. SJOT aims at fast JSON validation with lightweight schemas and compact validators.",
"main": "sjot.js",
"scripts": {
"preversion": "npm test",
"version": "./build.sh && git add -A dist",
"postversion": "git push && git push --tags",
"test": "./test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Genivia/SJOT.git"
},
"keywords": [
"JSON",
"lightweight",
"schema",
"validation",
"compact",
"checker",
"validator",
"library"
],
"author": "Robert van Engelen",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Genivia/SJOT/issues"
},
"homepage": "https://github.com/Genivia/SJOT#readme",
"tonicExampleFilename": "example.js"
}