forked from liuhong1happy/react-native-wallpaper-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 706 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "react-native-wallpaper-manager",
"version": "0.4.2",
"description": "set Wallpaper with react-native",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"react-native",
"react-native-wallpaper",
"react-native-wallpaper-manager"
],
"author": "holly liu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/liuhong1happy/react-native-wallpaper-manager.git"
},
"bugs": {
"url": "https://github.com/liuhong1happy/react-native-wallpaper-manager/issues"
},
"homepage": "https://github.com/liuhong1happy/react-native-wallpaper-manager#readme",
"devDependencies": {
"typescript": "^4.7.4"
}
}