Skip to content

Commit e13205e

Browse files
Add package.json
1 parent 2abf0a9 commit e13205e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Meantime",
3+
"version": "1.0.0",
4+
"description": "A lightweight abstraction for the JavaScript Timer API.",
5+
"main": "meantime.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/christianbundy/meantime.git"
12+
},
13+
"keywords": [
14+
"timer",
15+
"timers",
16+
"timeout",
17+
"interval",
18+
"setTimeout",
19+
"setInterval",
20+
"clearTimeout",
21+
"clearInterval",
22+
"time"
23+
],
24+
"author": "Christian Bundy <[email protected]> (http://christianbundy.com/)",
25+
"license": "FPL",
26+
"bugs": {
27+
"url": "https://github.com/christianbundy/meantime/issues"
28+
},
29+
"homepage": "https://github.com/christianbundy/meantime"
30+
}

0 commit comments

Comments
 (0)