Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agnoster committed Sep 5, 2013
1 parent ed4b7bd commit aebfa9a
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{ "author": "Isaac Wolkerstorfer <agnoster@gmail.com> (http://agnoster.net/)"
, "name": "ansi2html"
, "description": "Convert text with ANSI escape sequences to HTML markup"
, "version": "0.0.0"
, "homepage": "https://github.com/agnoster/ansi2html"
, "bin":
{ "ansi2html": "./bin/ansi2html"
}
, "repository":
{ "url": ""
}
, "main": "./lib/"
, "engines":
{ "node": ">0.4"
}
, "dependencies": {}
, "devDependencies":
{ "vows": "~0.5.8"
}
, "scripts":
{ "test": "./node_modules/vows/bin/vows test/* --spec"
{
"author": "Isaac Wolkerstorfer <agnoster@gmail.com> (http://agnoster.net/)",
"name": "ansi2html",
"description": "Convert text with ANSI escape sequences to HTML markup",
"version": "0.0.1",
"homepage": "https://github.com/agnoster/ansi2html",
"bin": {
"ansi2html": "./bin/ansi2html"
},
"repository": {
"url": ""
},
"main": "./lib/",
"engines": {
"node": ">0.4"
},
"dependencies": {},
"devDependencies": {
"vows": "~0.5.8"
},
"scripts": {
"test": "./node_modules/vows/bin/vows test/* --spec"
}
}

0 comments on commit aebfa9a

Please sign in to comment.