Skip to content

Commit

Permalink
publish on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed Apr 10, 2011
1 parent 5805b9e commit a669274
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,9 @@
A wide purpose tokenizer for JavaScript. The interface follows more or less
the WriteStream from [node.js](http://nodejs.org).

node-tokenizer is published on npm to you can install it with
npm install tokenizer

## How to
* require the Tokenizer constructor
var Tokenizer = require('tokenizer');
Expand Down
18 changes: 18 additions & 0 deletions package.json
@@ -0,0 +1,18 @@
{
"name": "tokenizer",
"description": "A wide purpose tokenizer for node.js which looks like a stream",
"version": "0.0.1-2-g5805b9e",
"homepage": "http://github.com/floby/node-tokenizer",
"repository": {
"type": "git",
"url": "git://github.com/Floby/node-tokenizer.git"
},
"author": "Florent Jaby <florent.jaby@gmail.com>",
"main": "lib/Tokenizer.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": "*"
}
}

0 comments on commit a669274

Please sign in to comment.