-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 830 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 830 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
{
"name": "multiapk-examples",
"version": "1.0.0",
"description": "gradle plugin **multiapk-plugin** examples",
"main": "index.js",
"dependencies": {
"flow": "^0.2.3",
"flow-bin": "^0.37.4",
"react": "^15.4.2",
"react-native": "^0.40.0",
"react-native-swiper": "^1.5.4"
},
"devDependencies": {},
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "git+https://krmao@github.com/multiapk/multiapk-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/multiapk/multiapk-examples/issues"
},
"homepage": "https://github.com/multiapk/multiapk-examples#readme"
}