Skip to content

Commit 0164adc

Browse files
committed
1 parent c189158 commit 0164adc

File tree

1 file changed

+15
-42
lines changed

1 file changed

+15
-42
lines changed

package.json

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,22 @@
11
{
2-
"_from": "git+https://github.com/andrei0807/react-native-baidubce.git",
3-
4-
"_inBundle": false,
5-
"_location": "/react-native-baidubce",
6-
"_phantomChildren": {},
7-
"_requested": {
8-
"type": "git",
9-
"raw": "react-native-baidubce@git+https://github.com/andrei0807/react-native-baidubce.git",
10-
"name": "react-native-baidubce",
11-
"escapedName": "react-native-baidubce",
12-
"rawSpec": "git+https://github.com/andrei0807/react-native-baidubce.git",
13-
"saveSpec": "git+https://github.com/andrei0807/react-native-baidubce.git",
14-
"fetchSpec": "https://github.com/andrei0807/react-native-baidubce.git",
15-
"gitCommittish": null
16-
},
17-
"_requiredBy": [
18-
"/"
19-
],
20-
"_resolved": "git+https://github.com/andrei0807/react-native-baidubce.git#890f380169ac9f1a85509d486e0580916c3e1dae",
21-
"_spec": "react-native-baidubce@git+https://github.com/andrei0807/react-native-baidubce.git",
22-
"_where": "/Users/sky/Desktop/jnyulu_react_native/jnyulu",
23-
"bugs": {
24-
"url": "https://github.com/andrei0807/react-native-baidubce/issues"
2+
"name": "react-native-baidubce",
3+
"version": "0.0.1",
4+
"main": "index.js",
5+
"scripts": {
6+
"start": "node node_modules/react-native/local-cli/cli.js start",
7+
"test": "jest"
258
},
26-
"bundleDependencies": false,
27-
"deprecated": false,
28-
"homepage": "https://github.com/andrei0807/react-native-baidubce#readme",
299
"keywords": [
30-
"react-native",
31-
"android",
32-
"library"
10+
"react-native"
3311
],
34-
"license": "Unlicense",
35-
"name": "react-native-baidubce",
36-
"peerDependencies": {
37-
"react-native": ">=0.38.0"
38-
},
39-
"private": false,
40-
"repository": {
12+
"repository" :
13+
{
4114
"type": "git",
4215
"url": "git+https://github.com/andrei0807/react-native-baidubce.git"
4316
},
44-
"scripts": {
45-
"start": "node node_modules/react-native/local-cli/cli.js start",
46-
"test": "jest"
47-
},
48-
"version": "0.0.1"
49-
}
17+
"author": "",
18+
"license": "",
19+
"peerDependencies": {
20+
"react-native": ">=0.47.0"
21+
}
22+
}

0 commit comments

Comments
 (0)