UNPKG

1.65 kBJSONView Raw
1{
2 "name": "vue-chevron",
3 "version": "0.1.0",
4 "description": "Animated chevron toggle component",
5 "repository": {
6 "url": "https://github.com/ispal/vue-chevron",
7 "type": "git"
8 },
9 "main": "dist/vue-chevron.common.js",
10 "module": "dist/vue-chevron.es.js",
11 "files": [
12 "dist"
13 ],
14 "scripts": {
15 "prepublishOnly": "npm test && npm run build",
16 "test": "test-vue-app",
17 "build": "bili --compress umd",
18 "example": "poi",
19 "build:example": "poi build",
20 "commit": "git-cz",
21 "publish-docs": "gh-pages -d docs/ -b gh-pages",
22 "release": "release-it"
23 },
24 "author": {
25 "name": "Ispal",
26 "email": "irpa.oss@gmail.com"
27 },
28 "license": "MIT",
29 "poi": {
30 "entry": "example/index.js",
31 "dist": "docs",
32 "homepage": "./"
33 },
34 "bili": {
35 "moduleName": "VueChevron",
36 "banner": true,
37 "format": [
38 "cjs",
39 "umd",
40 "es"
41 ],
42 "plugins": [
43 "vue"
44 ],
45 "vue": {
46 "css": "dist/vue-chevron.css"
47 }
48 },
49 "devDependencies": {
50 "bili": "0.19.0",
51 "commitizen": "2.9.6",
52 "cz-conventional-changelog": "2.1.0",
53 "eases": "1.0.8",
54 "flexboxgrid-sass": "8.0.5",
55 "gh-pages": "1.1.0",
56 "node-sass": "4.7.2",
57 "normalize.css": "7.0.0",
58 "poi": "9.5.4",
59 "prism-themes": "1.0.0",
60 "prismjs": "1.8.4",
61 "release-it": "5.0.0",
62 "rollup-plugin-vue": "2.5.2",
63 "sass-loader": "6.0.6",
64 "test-vue-app": "1.0.0",
65 "vue-prism-component": "1.0.1",
66 "vue-switches": "2.0.1",
67 "vue-test-utils": "1.0.0-beta.6"
68 },
69 "config": {
70 "commitizen": {
71 "path": "./node_modules/cz-conventional-changelog"
72 }
73 }
74}