added npm stuff
This commit is contained in:
parent
c43a74f567
commit
cdbb403c70
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
test
|
1
.npmignore
Normal file
1
.npmignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
test
|
10
package.json
Normal file
10
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user