-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.37 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.37 KB
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
78
79
80
81
82
{
"name": "vue-info-card",
"version": "0.1.4",
"description": "Simple and beautiful card component with an elegant spark line, for VueJS.",
"main": "dist/vue-info-card.js",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js",
"unit": "node node_modules/cross-env/dist/bin/cross-env.js BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"coveralls": "cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"keywords": [
"vue",
"card",
"component",
"info card",
"graph",
"data-visualization",
"vuejs"
],
"files": [
"dist/"
],
"author": {
"name": "Burak Karakan",
"email": "burak.karakan@gmail.com"
},
"license": "MIT",
"dependencies": {
"vuetrend": "^0.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karakanb/vue-info-card"
},
"devDependencies": {
"avoriaz": "^4.2.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"chai": "^4.2.0",
"coveralls": "^3.1.1",
"cross-env": "^5.2.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.14.3",
"extract-text-webpack-plugin": "^3.0.2",
"karma": "^6.3.14",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.5.0",
"karma-sinon-chai": "^1.3.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.13",
"mocha": "^3.5.3",
"phantomjs-prebuilt": "^2.1.16",
"rimraf": "^2.7.1",
"sinon": "^2.4.1",
"sinon-chai": "^2.14.0",
"vue": "^2.6.10",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.12.0",
"webpack-merge": "^4.2.2"
}
}