Skip to content

Commit 82f0f0b

Browse files
committed
Expand contributors in package.json
1 parent f8fc74f commit 82f0f0b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,26 @@
1212
"bin": {
1313
"solidity-parser": "./cli.js"
1414
},
15-
"author": "Tim Coulter <tim@timothyjcoulter.com> (http://timothyjcoulter.com), Raghav Dua <duaraghav8@gmail.com> (http://raghavdua.com)",
15+
"contributors": [
16+
{
17+
"name": "Tim Coulter",
18+
"email": "tim@timothyjcoulter.com",
19+
"url": "http://timothyjcoulter.com"
20+
},
21+
{
22+
"name": "Raghav Dua",
23+
"email": "duaraghav8@gmail.com",
24+
"url": "http://raghavdua.com"
25+
},
26+
{
27+
"name": "Federico Bond",
28+
"email": "federicobond@gmail.com"
29+
},
30+
{
31+
"name": "Christopher Gewecke",
32+
"email": "christophergewecke@gmail.com"
33+
}
34+
],
1635
"license": "MIT",
1736
"dependencies": {
1837
"mocha": "^2.4.5",

0 commit comments

Comments
 (0)