-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "angular-echarts",
"version": "1.0.3",
"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": {
"browser-sync": "^2.9.11",
"event-stream": "~3.1.5",
"gulp": "~3.8.6",
"gulp-bump": "~0.1.8",
"gulp-cache": "~0.1.3",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.2.0",
"gulp-connect": "^2.3.1",
"gulp-jshint": "~1.6.0",
"gulp-load-plugins": "~0.5.1",
"gulp-remove-use-strict": "0.0.2",
"gulp-rename": "~1.2.0",
"gulp-size": "~0.3.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"gulp-wrap": "^0.3.0",
"jshint-stylish": "~0.2.0"
}
}