html5-history-api
Version:
HTML5 History API expansion for browsers not supporting pushState, replaceState
25 lines (24 loc) • 599 B
JSON
{
"name": "html5-history-api",
"repo": "devote/HTML5-History-API",
"description": "HTML5 History API expansion for browsers not supporting pushState, replaceState",
"version": "4.2.10",
"keywords": ["history", "pushState", "replaceState"],
"main": "history.js",
"scripts": ["history.js"],
"ignore": [
"**/*.txt"
],
"repository": {
"type": "git",
"url": "git://github.com/devote/HTML5-History-API"
},
"author": {
"name": "Dmitrii Pakhtinov",
"email": "spb.piksel@gmail.com",
"url": "http://spb-piksel.ru"
},
"licenses": [{
"type": "MIT"
}]
}