File tree Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Original file line number Diff line number Diff line change 6
6
"name" : " Bart van der Schoor" ,
7
7
"url" : " https://github.com/chaijs"
8
8
},
9
+ "keywords" : [
10
+ " array" ,
11
+ " assert" ,
12
+ " assertion" ,
13
+ " browser" ,
14
+ " chai" ,
15
+ " chai-plugin" ,
16
+ " json" ,
17
+ " json-schema" ,
18
+ " objects" ,
19
+ " schema" ,
20
+ " test" ,
21
+ " testing"
22
+ ],
23
+ "homepage" : " http://chaijs.com" ,
24
+ "license" : " MIT" ,
9
25
"repository" : {
10
26
"type" : " git" ,
11
27
"url" : " https://github.com/chaijs/chai-json-schema.git"
12
28
},
13
- "licenses" : [
14
- {
15
- "type" : " MIT" ,
16
- "url" : " https://github.com/chaijs/chai-json-schema/blob/master/LICENSE-MIT"
17
- }
18
- ],
19
29
"bugs" : {
20
30
"url" : " https://github.com/chaijs/chai-json-schema/issues"
21
31
},
22
- "keywords" : [
23
- " chai" ,
24
- " chai-plugin" ,
25
- " browser" ,
26
- " objects" ,
27
- " array" ,
28
- " test" ,
29
- " assertion" ,
30
- " assert" ,
31
- " testing" ,
32
- " json" ,
33
- " schema" ,
34
- " json-schema"
35
- ],
36
- "main" : " index.js" ,
37
- "readmeFilename" : " README.md" ,
32
+ "main" : " ./index" ,
38
33
"engines" : {
39
34
"node" : " >= 0.10"
40
35
},
You can’t perform that action at this time.
0 commit comments