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

Commit 2372dd5

Browse files
committed
Create package.json
1 parent 75adbd1 commit 2372dd5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "vue-diff",
3+
"version": "0.0.0",
4+
"description": "Vue diff viewer",
5+
"keywords": [
6+
"Vue",
7+
"VueJS",
8+
"Vue diff",
9+
"VueJS diff"
10+
],
11+
"scripts": {},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/hoiheart/vue-diff.git"
15+
},
16+
"author": {
17+
"name": "hoiheart",
18+
"email": "hoiheart@gmail.com",
19+
"url": "https://github.com/hoiheart"
20+
},
21+
"license": "ISC",
22+
"bugs": {
23+
"url": "https://github.com/hoiheart/vue-diff/issues"
24+
},
25+
"homepage": "https://github.com/hoiheart/vue-diff#readme"
26+
}

0 commit comments

Comments
 (0)