UNPKG

625 BJSONView Raw
1{
2 "name": "turbolinks",
3 "version": "5.2.0",
4 "description": "Turbolinks makes navigating your web application faster",
5 "main": "dist/turbolinks.js",
6 "files": [
7 "dist",
8 "src"
9 ],
10 "directories": {
11 "test": "test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/turbolinks/turbolinks.git"
16 },
17 "keywords": [
18 "turbolinks",
19 "browser",
20 "pushstate"
21 ],
22 "author": "javan, packagethief, sstephenson",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/turbolinks/turbolinks/issues"
26 },
27 "homepage": "https://github.com/turbolinks/turbolinks#readme"
28}