added npm stuff

This commit is contained in:
Mike Barrett 2012-12-24 13:11:35 +00:00
parent c43a74f567
commit cdbb403c70
3 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
test

1
.npmignore Normal file
View File

@ -0,0 +1 @@
test

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name" : "timestring.js",
"description" : "Parse a human readable time string into a time based value",
"homepage" : "https://github.com/mike182uk/timestring",
"keywords" : ["util", "functional", "time"],
"author" : "Mike Barrett <mike182uk@gmail.com",
"repository" : {"type": "git", "url": "git://github.com/mike182uk/timestring.git"},
"main" : "timestring.js",
"version" : "1.1.0"
}