-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 836 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 836 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
28
29
30
31
32
{
"name": "react-native-user-defaults",
"version": "0.1.5",
"main": "UserDefaults.js",
"description": "ios UserDefaults used by react-native",
"author": "wwayne",
"scripts": {
"test": "standard ./lib/userDefaults.js",
"build": "./node_modules/.bin/babel lib/userDefaults.js > ./UserDefaults.js"
},
"homepage": "https://github.com/wwayne/react-native-user-defaults#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wwayne/react-native-user-defaults.git"
},
"bugs": {
"url": "https://github.com/wwayne/react-native-user-defaults/issues"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {
"babel": "^5.8.34",
"standard": "^5.4.1"
},
"keywords": [
"ios",
"react-native",
"object-c",
"userdefaults"
],
"license": "MIT"
}