add package.json

This commit is contained in:
陆柯 2020-03-23 19:47:12 +08:00
parent 419ba35c1f
commit c10fabab77

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "unify",
"version": "1.0.0",
"description": "components and scripts for uniapp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.faronear.org/npm/unify"
},
"author": "luk.lu",
"license": "ISC"
}