[Pkg-javascript-commits] [sockjs-client] 366/434: Added description to package.json
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit d9ac473b0534d5344b7f8d9995c6610537c2a687
Author: Marek Majkowski <majek04 at gmail.com>
Date: Thu Mar 15 18:36:56 2012 +0000
Added description to package.json
---
package.json | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/package.json b/package.json
index 4ba9014..b95d669 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,18 @@
{
- "name": "sockjs-client",
- "author": "Marek Majkowski",
- "version": "0.0.0-unreleasable",
- "devDependencies": {
- "uglify-js": "1.2.5",
- "coffee-script": "1.2.x",
- "optparse": "1.0.3",
- "node-static": "0.5.9"
- }
+ "name" : "sockjs-client",
+ "author" : "Marek Majkowski",
+ "version" : "0.0.0-unreleasable",
+ "description" : "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
+ "keywords" : ["websockets", "websocket"],
+ "homepage" : "http://sockjs.org",
+
+ "repository": {"type" : "git",
+ "url" : "https://github.com/sockjs/sockjs-client.git"},
+ "devDependencies": {
+ "uglify-js" : "1.2.5",
+ "coffee-script" : "1.2.x",
+ "optparse" : "1.0.3",
+ "node-static" : "0.5.9"
+ },
+ "private": true
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list