-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1020 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1020 Bytes
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
37
{
"name": "IT-Signal",
"private": true,
"version": "1.0.0",
"description": "A agile developer's blog",
"author": "Maxime Werlen <[email protected]>",
"devDependencies": {
"grunt": "~1.5.2",
"grunt-concurrent": "~3.0.0",
"grunt-contrib-connect": "~3.0.0",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-less": "~3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jekyll": "~1.0.1",
"grunt-lesshint": "2.0.0",
"jshint-stylish": "~2.2.1",
"less": "~4.1.2",
"load-grunt-tasks": "~5.1.0",
"time-grunt": "~2.0.0"
},
"engine": "node 15.0.1",
"lesshint": {
"fileExtensions": [
".less"
],
"spaceAfterPropertyColon": {
"enabled": true,
"style": "one_space"
},
"zeroUnit": "no_unit",
"propertyOrdering": false
},
"dependencies": {
"yarn": "^1.22.22"
}
}