UNPKG

2.6 kBJSONView Raw
1{
2 "name": "vue-github-buttons",
3 "description": "GitHub buttons component for Vue.",
4 "version": "3.0.0",
5 "main": "./dist/vue-github-buttons.cjs.js",
6 "module": "./dist/vue-github-buttons.es.js",
7 "unpkg": "./dist/vue-github-buttons.web.min.js",
8 "jsdelivr": "./dist/vue-github-buttons.web.min.js",
9 "author": "Saran Tanpituckpong <sarunta@gmail.com>",
10 "license": "Apache-2.0",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/gluons/vue-github-buttons.git"
14 },
15 "bugs": {
16 "url": "https://github.com/gluons/vue-github-buttons/issues"
17 },
18 "homepage": "https://gluons.github.io/vue-github-buttons/",
19 "keywords": [
20 "vue",
21 "vuejs",
22 "vue-component",
23 "github",
24 "buttons"
25 ],
26 "files": [
27 "dist",
28 "nuxt",
29 "plugins"
30 ],
31 "scripts": {
32 "extract": "ts-node -O \"{ \\\"module\\\": \\\"commonjs\\\" }\" ./script/extractIcons.ts",
33 "predev": "npm run extract",
34 "dev": "vue-up dev",
35 "prebuild": "npm run extract",
36 "build": "vue-up",
37 "lint": "tslint -p .",
38 "pretest": "npm run extract",
39 "test": "npm run lint && cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} karma start",
40 "prepublishOnly": "npm run build"
41 },
42 "peerDependencies": {
43 "vue": "2"
44 },
45 "devDependencies": {
46 "@gluons/prettier-config": "^2.0.0",
47 "@gluons/vue-up": "^0.4.1",
48 "@types/chai": "^4.1.7",
49 "@types/fs-extra": "^5.0.4",
50 "@types/karma": "^3.0.1",
51 "@types/karma-webpack": "^2.0.5",
52 "@types/mocha": "^5.2.5",
53 "@types/node": "8",
54 "@types/webpack": "^4.4.24",
55 "@vue/test-utils": "^1.0.0-beta.29",
56 "chai": "^4.2.0",
57 "chalk": "^2.4.2",
58 "cross-env": "^5.2.0",
59 "fs-extra": "^7.0.0",
60 "karma": "^4.0.0",
61 "karma-chai": "^0.1.0",
62 "karma-firefox-launcher": "^1.1.0",
63 "karma-mocha": "^1.3.0",
64 "karma-sourcemap-loader": "^0.3.7",
65 "karma-spec-reporter": "^0.0.32",
66 "karma-webpack": "^3.0.5",
67 "mocha": "^5.2.0",
68 "node-sass": "^4.9.3",
69 "nvl": "^1.0.1",
70 "octicons": "^8.3.0",
71 "pascal-case": "^2.0.1",
72 "prettier": "^1.16.3",
73 "ts-node": "^8.0.2",
74 "tsconfig-gluons": "^1.0.1",
75 "tslint": "^5.12.1",
76 "tslint-config-gluons": "^2.1.0",
77 "typescript": "^3.3.1",
78 "vue": "^2.5.22",
79 "vue-class-component": "^6.3.2",
80 "vue-property-decorator": "^7.3.0",
81 "vue-template-compiler": "^2.5.22",
82 "webpack": "^4.29.0"
83 },
84 "dependencies": {
85 "format-thousands": "^1.1.1",
86 "tslib": "^1.9.3"
87 }
88}