27 lines
434 B
JSON
27 lines
434 B
JSON
{
|
|
"name": "todomvc-app-css",
|
|
"version": "2.4.2",
|
|
"description": "CSS for TodoMVC apps",
|
|
"license": "CC-BY-4.0",
|
|
"repository": "tastejs/todomvc-app-css",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"files": [
|
|
"index.css"
|
|
],
|
|
"keywords": [
|
|
"todomvc",
|
|
"tastejs",
|
|
"app",
|
|
"todo",
|
|
"template",
|
|
"css",
|
|
"style",
|
|
"stylesheet"
|
|
],
|
|
"style": "index.css"
|
|
}
|