-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.08 KB
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
{
"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": {
"cacheable-request": "*.*",
"http-cache-semantics": "*.*",
"js-yaml": "*.*",
"kind-of": "*.*",
"minimist": "*.*",
"set-value": "*.*"
},
"devDependencies": {
"grunt": "*.*",
"grunt-contrib-clean": "*.*",
"grunt-contrib-jshint": "*.*",
"grunt-contrib-uglify": "*.*",
"grunt-contrib-watch": "*.*",
"grunt-svgmin": "*.*"
},
"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"
}