Skip to content

Commit cd37438

Browse files
committed
Updated package.json
1 parent e1e579b commit cd37438

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

package.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
{
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}
2+
"name": "json-schema",
3+
"version": "0.2.0",
4+
"author": "Kris Zyp",
5+
"keywords": [
6+
"json",
7+
"schema"
8+
],
9+
"licenses": [
10+
{
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" }
1124
}

0 commit comments

Comments
 (0)