You've already forked StateHoldr
mirror of
https://github.com/FullScreenShenanigans/StateHoldr.git
synced 2026-04-28 13:02:27 -07:00
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"name": "stateholdr",
|
|
"description": "General localStorage saving for collections of state.",
|
|
"version": "0.6.0",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "joshuakgoldberg@outlook.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/StateHoldr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/StateHoldr/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"itemsholdr": "0.6.X"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-shenanigans": "0.6.X"
|
|
}
|
|
}
|