diff --git a/package.json b/package.json new file mode 100644 index 0000000..80f7546 --- /dev/null +++ b/package.json @@ -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 (http://christianbundy.com/)", + "license": "FPL", + "bugs": { + "url": "https://github.com/christianbundy/meantime/issues" + }, + "homepage": "https://github.com/christianbundy/meantime" +}