Browse Source

fix up pkg json info

Kyle P Davis 10 years ago
parent
commit
edf7614c03
1 changed files with 14 additions and 2 deletions
  1. 14 2
      package.json

+ 14 - 2
package.json

@@ -1,7 +1,11 @@
 {
 {
   "name": "benchmarksman",
   "name": "benchmarksman",
   "version": "1.0.0",
   "version": "1.0.0",
-  "description": "",
+  "description": "Hit the mark with your benchmarks",
+  "author": "Rivera Group <support@riverainc.com>",
+  "contributors": [
+    "Kyle P Davis <KDavis@riverainc.com>"
+  ],
   "main": "benchmarksman.js",
   "main": "benchmarksman.js",
   "bin": {
   "bin": {
     "benchmarksman": "benchmarksman.js"
     "benchmarksman": "benchmarksman.js"
@@ -15,7 +19,15 @@
     "browserify": "N=benchmarksman; browserify --standalone $N ./lib/index.js | tee $N.web.js | uglifyjs -c > $N.web.min.js",
     "browserify": "N=benchmarksman; browserify --standalone $N ./lib/index.js | tee $N.web.js | uglifyjs -c > $N.web.min.js",
     "webpack": "N=benchmarksman; webpack -v -c --progress -d --output-library-target var --output-library $N --entry=./lib/ $N.web.js"
     "webpack": "N=benchmarksman; webpack -v -c --progress -d --output-library-target var --output-library $N --entry=./lib/ $N.web.js"
   },
   },
-  "author": "",
+  "repository": {
+    "url": "git+https://github.com/RiveraGroup/benchmarksman.git#master"
+  },
+  "keywords": [
+    "benchmark",
+    "performance",
+    "mocha",
+    "test"
+  ],
   "license": "MIT",
   "license": "MIT",
   "dependencies": {
   "dependencies": {
     "benchmark": "^1.0.0"
     "benchmark": "^1.0.0"