We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fc74f commit 82f0f0bCopy full SHA for 82f0f0b
package.json
@@ -12,7 +12,26 @@
12
"bin": {
13
"solidity-parser": "./cli.js"
14
},
15
- "author": "Tim Coulter <tim@timothyjcoulter.com> (http://timothyjcoulter.com), Raghav Dua <duaraghav8@gmail.com> (http://raghavdua.com)",
+ "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
+ ],
35
"license": "MIT",
36
"dependencies": {
37
"mocha": "^2.4.5",
0 commit comments