UNPKG

467 BJSONView Raw
1{
2 "name": "history",
3 "version": "5.0.0",
4 "description": "Manage session history with JavaScript",
5 "author": "React Training <hello@reacttraining.com>",
6 "repository": "ReactTraining/history",
7 "license": "MIT",
8 "main": "main.js",
9 "module": "index.js",
10 "types": "index.d.ts",
11 "unpkg": "umd/history.production.min.js",
12 "sideEffects": false,
13 "dependencies": {
14 "@babel/runtime": "^7.7.6"
15 },
16 "keywords": [
17 "history",
18 "location"
19 ]
20}