forked from thewei/react-native-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 2.82 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 2.82 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_args": [
[
{
"raw": "react-native-store",
"scope": null,
"escapedName": "react-native-store",
"name": "react-native-store",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/michal/Projects/MagenesMobile"
]
],
"_from": "react-native-store@latest",
"_id": "react-native-store@0.4.1",
"_inCache": true,
"_location": "/react-native-store",
"_nodeVersion": "4.1.2",
"_npmUser": {
"name": "thewei",
"email": "thewei@99is.com"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-store",
"scope": null,
"escapedName": "react-native-store",
"name": "react-native-store",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-store/-/react-native-store-0.4.1.tgz",
"_shasum": "dc0c61021b9b033ae3c06660ec1985771aa4300c",
"_shrinkwrap": null,
"_spec": "react-native-store",
"_where": "/home/michal/Projects/MagenesMobile",
"author": {
"name": "thewei"
},
"bugs": {
"url": "https://github.com/thewei/react-native-store/issues"
},
"dependencies": {},
"description": "A simple database base on react-native AsyncStorage.",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-jest": "^6.0.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"jest": "^0.1.40",
"jest-cli": "^0.8.2",
"react-native": "^0.18.0-rc"
},
"directories": {},
"dist": {
"shasum": "dc0c61021b9b033ae3c06660ec1985771aa4300c",
"tarball": "https://registry.npmjs.org/react-native-store/-/react-native-store-0.4.1.tgz"
},
"gitHead": "ef5d1687103fbdb42760d93f78cf9f25b8e4dbe8",
"homepage": "https://github.com/thewei/react-native-store",
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testPathIgnorePatterns": [
"/node_modules/"
],
"testFileExtensions": [
"js"
],
"testPathDirs": [
"src"
],
"unmockedModulePathPatterns": [
"promise",
"source-map"
]
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"react",
"AsyncStorage",
"dataBase"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "thewei",
"email": "thewei@99is.com"
}
],
"name": "react-native-store",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/thewei/react-native-store.git"
},
"scripts": {
"build": "babel src --presets es2015,stage-0 --out-dir lib",
"test": "jest --verbose",
"watch": "babel src --watch --presets es2015,stage-0 --out-dir lib"
},
"version": "0.4.1"
}