forked from sallar/github-contributions-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 774 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
{
"name": "github-contribution-chart",
"description": "Generate an image of all your GitHub contributions",
"version": "1.0.0",
"dependencies": {
"axios": "^0.18.0",
"github-contributions-canvas": "^0.1.0",
"moment": "^2.22.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"serve": "^6.5.6"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sallar/github-contributions-chart/issues"
},
"author": "Sallar Kaboli <[email protected]>",
"scripts": {
"deploy": "now --public && now alias",
"now-start": "serve -s build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}