AboutComunic/package.json
2018-05-08 16:24:28 +02:00

26 lines
564 B
JSON
Executable File

{
"name": "about-comunic",
"title": "About Comunic",
"version": "0.0.1",
"homepage": "https://about.communiquons.org/",
"author": "Pierre HUBERT",
"license": {
"type": "MIT"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3"
},
"dependencies": {
"simple-line-icons": "^2.3.2"
}
}