21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name" : "rtf",
|
|
"version" : "0.0.4",
|
|
"description" : "Assists with creating rich text documents.",
|
|
"main" : "./lib/rtf.js",
|
|
"author" : "Jonathan Rowny",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/jrowny/node-rtf.git"
|
|
},
|
|
"keywords": [
|
|
"rtf",
|
|
"rich text",
|
|
"documents"
|
|
],
|
|
"license" : "MIT",
|
|
"dependencies": {
|
|
"async" : "~0",
|
|
"imageinfo" : "~1"
|
|
}
|
|
} |