-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "vue-chart",
"version": "2.0.0",
"description": "A Powerful and Highspeed Markdown Parser for Vue",
"main": "dist/vue-chart.common.js",
"files": [
"dist/vue-chart.js",
"dist/vue-chart.min.js",
"dist/vue-chart.common.js",
"src"
],
"scripts": {
"start": "webpack --config webpack.config.js",
"min": "uglifyjs ./dist/vue-chart.js -m -c --noerr -o ./dist/vue-chart.min.js",
"build": "webpack --config webpack.common.js",
"test": "echo true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miaolz123/vue-chart.git"
},
"keywords": [
"vue",
"chart",
"vue-chart"
],
"author": "miaolz123",
"license": "MIT",
"bugs": {
"url": "https://github.com/miaolz123/vue-chart/issues"
},
"homepage": "https://github.com/miaolz123/vue-chart#readme",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-parameters": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"vue-loader": "^8.3.1",
"webpack": "^1.13.0"
},
"dependencies": {
"chart.js": "^2.1.6",
"lodash.assign": "^4.0.9"
}
}