mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-04-22 00:00:04 +08:00
add node_modules
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "is-retry-allowed",
|
||||
"version": "1.1.0",
|
||||
"description": "My prime module",
|
||||
"license": "MIT",
|
||||
"repository": "floatdrop/is-retry-allowed",
|
||||
"author": {
|
||||
"name": "Vsevolod Strukchinsky",
|
||||
"email": "floatdrop@gmail.com",
|
||||
"url": "github.com/floatdrop"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
""
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"ava": "^0.8.0",
|
||||
"xo": "^0.12.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user