-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
38 lines (38 loc) · 991 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "react-native-userdefaults-ios",
"version": "0.1.3",
"description": "React Native Module for NSUserDefaults",
"main": "RNUserDefaultsIOS.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:dsibiski/react-native-userdefaults-ios.git"
},
"files": [
"RNUserDefaultsIOS.xcodeproj",
"RNUserDefaultsIOS/RNUserDefaultsIOS.h",
"RNUserDefaultsIOS/RNUserDefaultsIOS.m",
"RNUserDefaultsIOS/UserDefaultsManager.h",
"RNUserDefaultsIOS/UserDefaultsManager.m",
"RNUserDefaultsIOS.js",
"README.md"
],
"keywords": [
"react-component",
"react-native",
"ios",
"nsuserdefaults",
"standarduserdefaults",
"userdefaults"
],
"author": "Dave Sibiski <[email protected]> (https://github.com/dsibiski)",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.25"
},
"peerDependencies": {
"react-native": ">= 0.4.4 < 1"
}
}