UNPKG

1.76 kBJSONView Raw
1{
2 "name": "vue-github-buttons",
3 "description": "GitHub buttons component for Vue.",
4 "version": "0.0.2",
5 "main": "dist/vue-github-buttons.js",
6 "author": "Saran Tanpituckpong <sarunta@gmail.com>",
7 "license": "Apache-2.0",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/gluons/vue-github-buttons.git"
11 },
12 "bugs": {
13 "url": "https://github.com/gluons/vue-github-buttons/issues"
14 },
15 "homepage": "https://github.com/gluons/vue-github-buttons",
16 "keywords": [
17 "vue",
18 "vuejs",
19 "vue-component",
20 "github",
21 "buttons"
22 ],
23 "files": [
24 "dist"
25 ],
26 "scripts": {
27 "test": "echo lol",
28 "test:unit": "vbuild -c vbuild.unit.js",
29 "lint": "vbuild -c vbuild.example.js --eslint",
30 "prebuild": "node ./resource/extractor",
31 "build": "npm run build:cjs && npm run build:umd",
32 "build:cjs": "vbuild -c vbuild.component.js --format cjs",
33 "build:umd": "vbuild -c vbuild.component.js --format umd",
34 "example": "vbuild -c vbuild.example.js -d",
35 "deploy": "vbuild -c vbuild.example.js && gh-pages -d dist-example"
36 },
37 "peerDependencies": {
38 "vue": "2.x"
39 },
40 "devDependencies": {
41 "autoprefixer": "^6.7.7",
42 "babel-plugin-add-module-exports": "^0.2.1",
43 "babel-preset-vue-app": "^0.5.0",
44 "camelcase": "^4.0.0",
45 "eslint": "^3.18.0",
46 "eslint-config-gluons": "^1.0.4",
47 "eslint-plugin-vue": "^2.0.1",
48 "fs-promise": "^2.0.0",
49 "gh-pages": "^0.12.0",
50 "node-sass": "^4.5.0",
51 "sass-loader": "^6.0.3",
52 "vbuild": "^6.0.0",
53 "vbuild-karma": "^1.0.0",
54 "vue": "^2.2.4",
55 "webpack": "^2.2.1"
56 },
57 "dependencies": {
58 "es6-promise": "^4.1.0",
59 "format-thousands": "^1.1.0",
60 "octicons": "^5.0.1",
61 "unfetch": "^2.1.2"
62 }
63}