-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 839 Bytes
/
package.json
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
{
"name": "redux-first-router-navigator",
"version": "1.0.0",
"description": "Redux first router navigator component",
"main": "lib/index.js",
"scripts": {
"build": "export BABEL_ENV=production && babel src --out-dir lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"redux",
"redux-first-router",
"redux-first-router-navigator",
"navigator"
],
"author": "Florian Pereira",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-app": "^3.1.0",
"babel-runtime": "6.26.0"
},
"peerDependencies": {
"redux": "^3.7.2",
"redux-first-router": "^0.0.16-next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flo-pereira/redux-first-router-navigator"
}
}