Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbundy committed Dec 12, 2014
1 parent 2abf0a9 commit e13205e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Meantime",
"version": "1.0.0",
"description": "A lightweight abstraction for the JavaScript Timer API.",
"main": "meantime.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/christianbundy/meantime.git"
},
"keywords": [
"timer",
"timers",
"timeout",
"interval",
"setTimeout",
"setInterval",
"clearTimeout",
"clearInterval",
"time"
],
"author": "Christian Bundy <[email protected]> (http://christianbundy.com/)",
"license": "FPL",
"bugs": {
"url": "https://github.com/christianbundy/meantime/issues"
},
"homepage": "https://github.com/christianbundy/meantime"
}

0 comments on commit e13205e

Please sign in to comment.