-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (38 loc) · 1.04 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
{
"name": "wepy-com-charts",
"version": "v1.0.6",
"description": "微信小程序图表控件,适用于wepyjs框架",
"main": "src/line-chart.wpy",
"scripts": {
"build": "babel-node -- ./src/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CalvinHong/wepy-com-charts.git"
},
"keywords": [
"小程序",
"微信小程序",
"wepy",
"wepyjs"
],
"author": "CalvinHong",
"email":"[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/CalvinHong/wepy-com-charts/issues"
},
"homepage": "https://github.com/CalvinHong/wepy-com-charts#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"fs-extra": "^2.0.0"
},
"dependencies": {
}
}