Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Mar 16, 2011
1 parent 0641b9f commit 748124d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pathname

Summary
-------
OOP wrapper for `fs`, `path` and `Stat` functions
OOP wrapper for `fs`, `path` and `Stat` functions.

Simple, clear and concise way to manipulate paths, files and directories.
Inspired by the Ruby stdlib class of the same name.
Expand Down
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{ "name" : "pathname"
, "description" : "OOP wrapper for `fs`, `path` and `Stat` functions"
, "keywords" : [ "path", "pathname", "OOP", "fs", "Stat" ]
, "version" : "0.3"
, "homepage" : "http://github.com/mynyml/pathname"
, "author" : "Martin Aumont <mynyml@gmail.com> (http://twitter.com/mynyml)"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/mynyml/pathname.git"
}
, "bugs" :
{ "mail" : "mynyml@gmail.com"
, "web" : "http://github.com/mynyml/pathname/issues"
}
, "directories" : { "doc" : "./doc"
, "man" : "./man1"
, "lib" : "./lib"
, "example" : "./examples"
}
, "main" : "pathname"
, "devDependencies" : { "underscore" : ""
, "temp" : ""
}
, "engines" : { "node" : ">=0.4" }
, "scripts" : { "test" : "" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/mynyml/pathname/raw/master/LICENSE"
}
]
}

0 comments on commit 748124d

Please sign in to comment.