Skip to content

Commit

Permalink
Initialize package
Browse files Browse the repository at this point in the history
  • Loading branch information
bredele committed Apr 5, 2018
1 parent 9337451 commit de7e50d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Empty file added index.js
Empty file.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "runout",
"version": "1.0.0",
"description": "Helper to know if something is running out of time or not",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bredele/runout.git"
},
"keywords": [
"expires",
"timestamp",
"time"
],
"author": "Olivier Wietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/bredele/runout/issues"
},
"homepage": "https://github.com/bredele/runout#readme"
}
Empty file added test/runout.js
Empty file.

0 comments on commit de7e50d

Please sign in to comment.