Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 129386a

Browse files
committed
Init package.json
1 parent 254bbe4 commit 129386a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "time-diff",
3+
"version": "2.0.0",
4+
"description": "A program that returns the difference between two times.",
5+
"main": "index.js",
6+
"directories": {
7+
"test": "test"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/t-bowersox/time-diff.git"
15+
},
16+
"keywords": [
17+
"dates",
18+
"times",
19+
"cli"
20+
],
21+
"author": "t-bowersox",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/t-bowersox/time-diff/issues"
25+
},
26+
"homepage": "https://github.com/t-bowersox/time-diff#readme"
27+
}

0 commit comments

Comments
 (0)