-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "lesbricodeurs",
"version": "1.0.0",
"description": "Les Bricodeurs est au départ un groupe informel de geeks qui se réunit le dimanche pour développer ensemble et débattre des enjeux technologiques depuis 2014. \\#ClashEnBash",
"main": "Gruntfile.js",
"dependencies": {
"download": "^8.0.0",
"got": "^13.0.0",
"js-yaml": ">=3.13.1",
"kind-of": "^6.0.3",
"minimist": "^1.2.6",
"set-value": "^4.0.1"
},
"devDependencies": {
"grunt": "1.*",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-svgmin": "^7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LesGeeksDuDimanche/LesGeeksDuDimanche.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LesGeeksDuDimanche/LesGeeksDuDimanche.github.io/issues"
},
"homepage": "https://github.com/LesGeeksDuDimanche/LesGeeksDuDimanche.github.io#readme"
}