30 lines
502 B
JSON
30 lines
502 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|