-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
32 lines (32 loc) · 909 Bytes
/
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
{
"name": "github-contribution-color-graph",
"private": true,
"version": "1.7.2",
"description": "Change colors of contribution graph in GitHub",
"keywords": [],
"author": "William Belle <[email protected]>",
"license": "MIT",
"repository": "williambelle/github-contribution-color-graph",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "grunt build",
"package": "grunt package",
"serve": "grunt serve",
"test": "grunt test"
},
"devDependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"grunt": "^1.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-config": "^3.0.1",
"grunt-eslint": "^23.0.0"
}
}