package.json: use https://github.com/aubio/node-aubio, simplify description
authorPaul Brossier <piem@piem.org>
Fri, 3 Feb 2017 20:04:54 +0000 (21:04 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 3 Feb 2017 20:04:54 +0000 (21:04 +0100)
package.json

index 3db53a3..571663c 100644 (file)
@@ -1,14 +1,14 @@
 {
   "name": "node-aubio",
   "version": "0.0.2",
-  "description": "Node.js bindings for audio software aubio",
+  "description": "Node.js bindings for aubio",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/grayleonard/node-aubio.git"
+    "url": "https://github.com/aubio/node-aubio.git"
   },
   "keywords": [
     "audio",
@@ -20,9 +20,9 @@
   "author": "Gray Leonard",
   "license": "GPL-3.0",
   "bugs": {
-    "url": "https://github.com/grayleonard/node-aubio/issues"
+    "url": "https://github.com/aubio/node-aubio/issues"
   },
-  "homepage": "https://github.com/grayleonard/node-aubio",
+  "homepage": "https://github.com/aubio/node-aubio",
   "dependencies": {
     "ffi": "^2.0.0",
     "ref": "^1.3.2"