Skip to content

Commit 41b52b0

Browse files
committed
Re-organize package.json
1 parent 6b3e203 commit 41b52b0

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

package.json

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,30 @@
66
"name": "Bart van der Schoor",
77
"url": "https://github.com/chaijs"
88
},
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",
925
"repository": {
1026
"type": "git",
1127
"url": "https://github.com/chaijs/chai-json-schema.git"
1228
},
13-
"licenses": [
14-
{
15-
"type": "MIT",
16-
"url": "https://github.com/chaijs/chai-json-schema/blob/master/LICENSE-MIT"
17-
}
18-
],
1929
"bugs": {
2030
"url": "https://github.com/chaijs/chai-json-schema/issues"
2131
},
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",
3833
"engines": {
3934
"node": ">= 0.10"
4035
},

0 commit comments

Comments
 (0)