[Pkg-javascript-commits] [node-ain2] 04/102: package for NPM
Jonas Smedegaard
js at moszumanska.debian.org
Tue Apr 29 11:59:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-ain2.
commit 2b1a35862ff3136141d36840bac64b55bb7d5a58
Author: Alexander Dorofeev <aka.spin at gmail.com>
Date: Sun Dec 5 09:08:04 2010 +0500
package for NPM
---
package.json | 26 ++++++++++++++++++++++++++
readme.md | 7 +++++++
2 files changed, 33 insertions(+)
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9d7ac14
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name" : "ain",
+ "description" : "Syslog logging for node.js",
+ "version" : "0.0.1",
+ "main" : "./index",
+ "author" : "Alexander Dorofeev",
+ "maintainers" : [
+ {
+ "name" : "Alexander Dorofeev",
+ "email" : "aka.spin at gmail.com"
+ }
+ ],
+ "repository" : {
+ "type" : "git",
+ "url" : "http://github.com/akaspin/ain.git"
+ },
+ "bugs" : {
+ "web" : "http://github.com/akaspin/ain/issues"
+ },
+ "licenses" : [
+ {
+ "type": "MIT",
+ "url": "http://github.com/akaspin/ain/master/LICENSE"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/readme.md b/readme.md
index e56d90e..fb55f6d 100644
--- a/readme.md
+++ b/readme.md
@@ -15,6 +15,13 @@ unix domain socket `/dev/log`) in
**All examples tested under Debian Squeeze `rsyslog`. On other operating
systems and logging daemons settings and paths may differ.
+## Installation
+
+You can install *ain* as usual - by copy "ain" directory in your
+`~/.node_libraries` or via *npm*
+
+ npm install ain
+
## Usage
Usage of *ain* is very similar to *node.js* console. Following example
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git
More information about the Pkg-javascript-commits
mailing list