Skip to content

Commit 2c27c43

Browse files
committed
init
1 parent fd638f9 commit 2c27c43

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jam-ui",
3+
"version": "1.0.0",
4+
"description": "这是一个Vue UI框架",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jamccc/jam-ui.git"
12+
},
13+
"keywords": [
14+
"vue",
15+
"ui"
16+
],
17+
"author": "jam",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/jamccc/jam-ui/issues"
21+
},
22+
"homepage": "https://github.com/jamccc/jam-ui#readme"
23+
}

0 commit comments

Comments
 (0)