UNPKG

1.06 kBJSONView Raw
1{
2 "name": "vue-github-badge",
3 "version": "1.0.1",
4 "description": "cuz I need it",
5 "repository": {
6 "url": "egoist/vue-github-badge",
7 "type": "git"
8 },
9 "main": "dist/vue-github-badge.js",
10 "files": [
11 "dist"
12 ],
13 "scripts": {
14 "test": "echo 'no tests!' && npm run lint",
15 "prepublish": "npm run build",
16 "lint": "xo",
17 "build": "bili ./src/index.js --format umd --compress --module-name GitHubBadge --name vue-github-badge --js babel --banner",
18 "build:example": "poi build",
19 "deploy": "npm run build:example && gh-pages -d dist-example",
20 "dev": "poi"
21 },
22 "author": "egoist <0x142857@gmail.com>",
23 "license": "MIT",
24 "devDependencies": {
25 "bili": "^0.16.0-rc.2",
26 "eslint-config-rem": "^3.1.0",
27 "gh-pages": "^1.0.0",
28 "poi": "^9.0.4",
29 "rollup-plugin-babel": "^2.7.1",
30 "xo": "^0.18.2"
31 },
32 "xo": {
33 "extends": [
34 "rem"
35 ],
36 "ignores": [
37 "example.js"
38 ]
39 },
40 "poi": {
41 "dist": "dist-example",
42 "entry": "example.js",
43 "homepage": "/vue-github-badge"
44 }
45}