forked from wangshijun/angular-echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "angular-echarts",
"version": "0.1.26",
"description": "angular baidu echart directives",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/wangshijun/angular-echarts.git"
},
"keywords": [
"angular",
"baidu",
"echarts"
],
"author": "wangshijun",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangshijun/angular-echarts/issues"
},
"homepage": "https://github.com/wangshijun/angular-echarts",
"devDependencies": {
"gulp": "~3.8.6",
"gulp-cache": "~0.1.3",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.2.0",
"gulp-jshint": "~1.6.0",
"gulp-rename": "~1.2.0",
"gulp-size": "~0.3.0",
"gulp-uglify": "~0.3.0",
"jshint-stylish": "~0.2.0",
"gulp-util": "~2.2.14",
"gulp-load-plugins": "~0.5.1",
"event-stream": "~3.1.5",
"gulp-bump": "~0.1.8",
"gulp-remove-use-strict": "0.0.2",
"gulp-wrap": "^0.3.0"
}
}