Skip to content

Commit

Permalink
Update default package.json. Remove dirs, add engines.
Browse files Browse the repository at this point in the history
  • Loading branch information
danasilver committed Mar 5, 2016
1 parent 08d992c commit 8bc2a48
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "tiny-human-time",
"version": "1.0.0",
"description": "Tiny module for human readable timespans.",
"description": "A tiny module for human readable timespans.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "^2.4.5",
"moment": "^2.11.2"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
Expand All @@ -26,7 +26,11 @@
"timespan",
"timedelta"
],
"author": "Dana Silver",
"author": {
"name": "Dana Silver",
"email": "dsilver1221@gmail.com",
"url": "http://www.danasilver.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danasilver/tiny-human-time/issues"
Expand Down

0 comments on commit 8bc2a48

Please sign in to comment.