-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"name": "rn-navigator",
"version": "0.0.1",
"description": "A basic react native navigation library with pluggable animations",
"main": "index.js",
"scripts": {
"build": "flow-remove-types src -d lib && babel lib -d build",
"prepublish": "yarn run build",
"flow": "node_modules/.bin/flow src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git@github.com:breadface/rn-navigator.git",
"author": "Omonori Jesmine <damilolao328@gmail.com>",
"bugs": {
"url": "https://github.com/breadface/rn-navigator/issues"
},
"homepage": "https://github.com/breadface/rn-navigator#readme",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"react": "^15.5.4",
"react-native": "^0.44.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"flow-bin": "^0.46.0",
"flow-remove-types": "^1.2.1"
}
}