uhistory
Version:
Microscopically small History API based on uevents
43 lines (42 loc) • 943 B
JSON
{
"name": "uhistory",
"id": "uhistory",
"version": "2.0.0-rc.2",
"description": "Microscopically small History API based on uevents",
"main": "src/uhistory.js",
"scripts": {
"test": "mocha src/*.spec.js"
},
"keywords": [
"universal-components",
"Microscopically small",
"History",
"1kB"
],
"author": "Stijn de Witt",
"website": "https://stijndewitt.com",
"license": "CC-BY-4.0",
"contributors": [
{
"name": "Irakli Gozalishvili",
"e-mail": "rfobic@gmail.com",
"website": "http://jeditoolkit.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/download/uhistory.git",
"web": "https://github.com/download/uhistory"
},
"bugs": {
"url": "http://github.com/download/uhistory/issues/"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"ulocation": "^0.8.0"
},
"dependencies": {
"uevents": "^1.0.0"
}
}