-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 960 Bytes
/
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
{
"name": "vue-peity",
"version": "0.5.0",
"description": "A Vue version of an excellent peity library for beautiful mini <svg> graphs.",
"author": "Fangdun Cai <[email protected]>",
"repository": "vue-bulma/peity",
"main": "dist/vue-peity.min.js",
"keywords": [
"vue",
"peity",
"chart",
"data"
],
"license": "MIT",
"scripts": {
"build": "webpack -p --config build/webpack.min.conf.js",
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"babel-core": "6",
"babel-loader": "6",
"babel-preset-es2015": "6",
"babel-preset-stage-2": "6",
"css-loader": "0",
"eslint": "3",
"eslint-config-standard": "6",
"eslint-loader": "1",
"eslint-plugin-html": "1",
"eslint-plugin-promise": "3",
"eslint-plugin-standard": "2",
"vue-html-loader": "1",
"vue-loader": "10.0.2",
"vue-style-loader": "1",
"vue-template-compiler": "2.1.7",
"webpack": "1"
}
}