-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "grunt-stats",
"description": "Display files statistic for separate directories in your project.",
"version": "0.2.4",
"homepage": "https://github.com/soul-wish/grunt-stats",
"author": {
"name": "Sergey Lysenko",
"email": "[email protected]",
"url": "https://soulwish.info"
},
"repository": {
"type": "git",
"url": "git://github.com/soul-wish/grunt-stats.git"
},
"bugs": {
"url": "https://github.com/soul-wish/grunt-stats/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/soul-wish/grunt-stats/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"cli-table": "^0.3.1",
"file-size": "^1.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-nodeunit": "^2.1.0"
},
"keywords": [
"gruntplugin",
"stats",
"statistic",
"statistics",
"files",
"directories",
"folders",
"filestats",
"table",
"cli",
"log",
"report"
]
}