UNPKG

1.08 kBJSONView Raw
1{
2 "name": "pretur.navigation",
3 "version": "0.27.1",
4 "description": "SPA navigation helper using react and redux",
5 "main": "lib/main.js",
6 "typings": "lib/main.d.ts",
7 "files": [
8 "lib"
9 ],
10 "scripts": {
11 "build": "rimraf lib && tsc",
12 "prepublishOnly": "npm run build"
13 },
14 "keywords": [
15 "pretur",
16 "redux",
17 "react",
18 "navigation",
19 "route"
20 ],
21 "author": "Ali Taheri Moghaddar",
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/pretur/pretur"
26 },
27 "bugs": {
28 "url": "https://github.com/pretur/pretur/issues"
29 },
30 "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.navigation",
31 "dependencies": {
32 "@types/lodash": "^4.14.80",
33 "@types/react": "^16.0.19",
34 "local-storage": "^1.4.2",
35 "lodash": "^4.17.4",
36 "reducible-node": "^0.1.2",
37 "tslib": "^1.8.0"
38 },
39 "peerDependencies": {
40 "react": "*"
41 },
42 "devDependencies": {
43 "@types/react-addons-test-utils": "^0.14.20",
44 "rimraf": "^2.6.2",
45 "typescript": "^2.7.0-dev.20171031"
46 }
47}