-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 897 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 897 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
33
34
35
36
37
38
{
"name": "BPGExample",
"version": "0.0.1",
"private": false,
"description": "Example project for ract-native-bpg module",
"homepage": "https://github.com/nosshar/react-native-bpg-example#readme",
"author": "Kornell",
"license": "MIT",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/nosshar/react-native-bpg-example.git"
},
"keywords": [
"android",
"react-native",
"example",
"bpg",
"better portable graphics"
],
"dependencies": {
"react": "15.4.1",
"react-native": "^0.42.x",
"react-native-bpg": "^0.0.15"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "15.4.1"
},
"jest": {
"preset": "react-native"
}
}