First release

This commit is contained in:
Owen Quinlan 2021-07-02 19:29:34 +10:00
commit fa6c85266e
2339 changed files with 761050 additions and 0 deletions

30
node_modules/cssgram/bower.json generated vendored Normal file
View file

@ -0,0 +1,30 @@
{
"name": "cssgram",
"description": "Instagram filter library in Sass and CSS.",
"main": [
"source/css/cssgram.min.css",
"source/scss/cssgram.scss"
],
"authors": [
"Una Kravets"
],
"license": "MIT",
"keywords": [
"cssgram",
"filters",
"CSS",
"library",
"photo",
"effects"
],
"homepage": "http://una.im/CSSgram/",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"site"
]
}