mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
25 lines
485 B
JSON
25 lines
485 B
JSON
{
|
|
"name": "Scratch CSS Design",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Marc Ducobu <marc@champs-libres.coop>",
|
|
"Julien Fastré <julien@champs-libres.coop>"
|
|
],
|
|
"description": "Scratch CSS Design",
|
|
"license": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"normalize.css": "~3.0.2",
|
|
"gridle": "~1.3.33",
|
|
"fontawesome": "~4.2.0",
|
|
"bourbon": "~4.0.2"
|
|
}
|
|
}
|