[Pkg-javascript-commits] [backbone] 20/34: added package.json
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:58:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.1.2
in repository backbone.
commit 263245b9cfcf6cb38075d7292700956dc07c9115
Author: Elijah Insua <tmpvar at gmail.com>
Date: Sun Oct 17 03:22:25 2010 -0400
added package.json
---
package.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b7b898a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name" : "backbone",
+ "description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
+ "url" : "http://documentcloud.github.com/backbone/",
+ "keywords" : ["util", "functional", "server", "client", "browser"],
+ "author" : "Jeremy Ashkenas <jeremy at documentcloud.org>",
+ "contributors" : [],
+ "dependencies" : [],
+ "lib" : ".",
+ "main" : "backbone.js",
+ "version" : "0.1.1"
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list