-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
77 lines (77 loc) · 2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "wx-chart",
"version": "1.0.1",
"description": "跨平台微信小程序图形库",
"main": "src/wx-chart.js",
"scripts": {
"test": "karma start",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xch89820/wx-chart.git"
},
"keywords": [
"chart",
"图形库",
"weixin",
"微信小程序",
"wx"
],
"author": "Jone Casper",
"license": "MIT",
"bugs": {
"url": "https://github.com/xch89820/wx-chart/issues"
},
"homepage": "https://github.com/xch89820/wx-chart#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-espower": "^2.3.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"browserify-replace": "^0.9.0",
"browserify-shim": "^3.8.14",
"bundle-collapser": "^1.2.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.3.0",
"gulp-streamify": "^1.0.2",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"jasmine": "^2.5.3",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.4.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"mocha": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"dependencies": {
"bezier-js": "^2.2.3",
"es6-mixins": "^1.0.2",
"ez.js": "^1.0.3",
"performance-now": "^2.1.0",
"tiny-emitter": "^2.0.2",
"tinycolor2": "^1.4.1"
}
}