We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e579b commit cd37438Copy full SHA for cd37438
package.json
@@ -1,11 +1,24 @@
1
{
2
- "name": "json-schema",
3
- "author": "Kris Zyp",
4
- "dependencies": [],
5
- "contributors": [],
6
- "keywords": [
7
- "json",
8
- "schema"
9
- ],
10
- "engines": {"node":">=0.1.30", "rhino": true}
+ "name": "json-schema",
+ "version": "0.2.0",
+ "author": "Kris Zyp",
+ "keywords": [
+ "json",
+ "schema"
+ ],
+ "licenses": [
+ {
11
+ "type": "AFLv2.1",
12
+ "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
13
+ },
14
15
+ "type": "BSD",
16
+ "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
17
+ }
18
19
+ "repository": {
20
+ "type":"git",
21
+ "url":"http://github.com/kriszyp/json-schema"
22
23
+ "directories": { "lib": "./lib" }
24
}
0 commit comments