-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
{
"name": "xg-xcharts",
"version": "0.3.2",
"description": "charts base on d3.js",
"keywords": [
"d3",
"charts"
],
"main": "dist/xCharts.js",
"homepage": "http://xgfe.github.io/xCharts",
"contributors": [
"scliuyang",
"chenwubai"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/xgfe/xCharts.git"
},
"author": "xgfe",
"license": "ISC",
"devDependencies": {
"browserify": "^13.0.0",
"cz-conventional-changelog": "^1.1.6",
"dox": "^0.8.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-umd": "^0.2.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"moment": "^2.13.0"
},
"dependencies": {
"d3": ">=4.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}