[Pkg-javascript-commits] [d3-tip.js] 234/277: package.json

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 4cd03476c9a412577093ecaf17374b53d540af7f
Author: Yaniv Kessler <yanivk at gmail.com>
Date:   Wed Apr 30 14:06:27 2014 +0300

    package.json
---
 package.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a3f74b4
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+  "name": "d3-tip",
+  "version": "0.6.4",
+  "description": "d3 tooltips (by Justin Palmer) http://labratrevenge.com/d3-tip",
+  "main": "index.js",
+  "directories": {
+    "doc": "docs",
+    "example": "examples"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/Caged/d3-tip"
+  },
+  "keywords": [
+    "d3",
+    "tooltip"
+  ],
+  "author": "Justin Palmer",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/Caged/d3-tip/issues"
+  },
+  "homepage": "https://github.com/Caged/d3-tip"
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list