Skip to content

Commit 20d6855

Browse files
author
Guilherme Oenning
committed
filling all package fields
1 parent c128f32 commit 20d6855

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,32 @@
1515
"type": "git",
1616
"url": "https://github.com/MiniProfiler/node.git"
1717
},
18-
"author": "",
18+
"bugs": {
19+
"url": "http://github.com/MiniProfiler/node/issues"
20+
},
21+
"author": {
22+
"name" : "Guilherme Oenning",
23+
"email" : "[email protected]",
24+
"url" : "http://goenning.net/"
25+
},
26+
"contributors": [
27+
"Matt Jibson <[email protected]> (https://mattjibson.com/)",
28+
"Kevin Montrose"
29+
],
1930
"license": "Apache-2.0",
2031
"readmeFilename": "README.md",
2132
"dependencies": {
2233
"debug": "^2.2.0",
2334
"node-uuid": "^1.4.7",
2435
"underscore": "1.5.2"
2536
},
37+
"tags": [
38+
"profiler",
39+
"sql",
40+
"performance",
41+
"profiling",
42+
"timing"
43+
],
2644
"devDependencies": {
2745
"chai": "^3.5.0",
2846
"coveralls": "^2.11.9",

0 commit comments

Comments
 (0)