-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "github-chart",
"version": "1.0.0",
"description": "This is a chrome extension for Github Users. It renders an Bar graphs & Pie graphs to show your commits better.",
"main": "index.js",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.7.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.1.1",
"webpack": "^1.13.2"
},
"scripts": {
"dev": "gulp dev",
"online": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sobranier/github-chart.git"
},
"keywords": [
"github",
"chart",
"echars",
"chrome"
],
"author": "yanweiqing",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sobranier/github-chart/issues"
},
"homepage": "https://github.com/Sobranier/github-chart#readme",
"dependencies": {
"echarts": "^3.2.3"
}
}