Skip to content

Commit 1fdcc3c

Browse files
authored
Merge pull request #17 from justlaputa/improve-project-structure
Improve project structure
2 parents 352dfd7 + 5c25478 commit 1fdcc3c

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

package.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,37 @@
22
"name": "cue-parser",
33
"preferGlobal": false,
44
"version": "0.0.4",
5-
"author": "Xiao Han <[email protected]>",
5+
"author": {
6+
"name": "Xiao Han",
7+
"email": "[email protected]",
8+
"homepage": "https://blog.laputa.io"
9+
},
10+
"contributors": [
11+
{
12+
"name": "Borewit",
13+
"homepage": "https://github.com/Borewit"
14+
},
15+
{
16+
"name": "Xiao Han",
17+
"email": "[email protected]",
18+
"homepage": "https://blog.laputa.io"
19+
}
20+
],
621
"description": "A simple js library to parse cue sheet",
22+
"keywords": [
23+
"cue",
24+
"sheet",
25+
"cue-sheet",
26+
"parser",
27+
"eac",
28+
"xld"
29+
],
730
"scripts": {
831
"test": "mocha test/test.js"
932
},
1033
"repository": {
1134
"type": "git",
12-
"url": "git@github.com:justlaputa/cue-parser.git"
35+
"url": "git+https://github.com/justlaputa/cue-parser.git"
1336
},
1437
"devDependencies": {
1538
"expect.js": "~0.2.0",

0 commit comments

Comments
 (0)