mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 02:34:24 +00:00
19 lines
523 B
JSON
19 lines
523 B
JSON
{
|
|
"name": "Chill-JS-CSS",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/Chill-project/Main",
|
|
"authors": [
|
|
"Champs-Libres <info@champs-libres.coop>"
|
|
],
|
|
"description": "JS-CSS files for Chill, a software for social workers",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"Scratch-CSS-Design": "git@github.com:Champs-Libres/ScratchCSS.git",
|
|
"pikaday": "https://github.com/dbushell/Pikaday.git#~1.2.0",
|
|
"moment": "~2.8.3",
|
|
"select2": "~3.5.2",
|
|
"jquery": "~2.1.1"
|
|
},
|
|
"license": "MIT"
|
|
}
|