Files

21 lines
504 B
JSON
Raw Permalink Normal View History

2015-03-08 04:05:11 -04:00
{
2016-05-18 21:35:27 -07:00
"name": "stringfilr",
"description": "A path-based cache for quick loops in nested data structures.",
2016-12-26 03:26:33 -05:00
"version": "0.6.0",
2016-05-18 21:35:27 -07:00
"author": {
"name": "Josh Goldberg",
2016-08-14 21:14:45 -07:00
"email": "joshuakgoldberg@outlook.com"
2016-05-18 21:35:27 -07:00
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/StringFilr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/StringFilr/issues"
},
"license": "MIT",
"devDependencies": {
2016-12-26 03:26:33 -05:00
"gulp-shenanigans": "0.6.X"
2016-05-18 21:35:27 -07:00
}
}