forked from xiaolin3303/wx-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 663 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 663 Bytes
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
{
"name": "wechat-charts",
"version": "1.0.0",
"description": "charts for wechat small app",
"main": "src/app.js",
"dependencies": {},
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-uglify": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && rollup --config rollup.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaolin3303/wx-charts"
},
"keywords": [
"wechat charts"
],
"author": "xiaolin",
"license": "MIT"
}