UNPKG

styletron-vue

Version:
68 lines (67 loc) 1.53 kB
{ "name": "styletron-vue", "version": "0.4.1", "description": "Vue bindings for styletron.", "repository": { "url": "egoist/styletron-vue", "type": "git" }, "main": "dist/styletron-vue.cjs.js", "module": "dist/styletron-vue.es.js", "cdn": "dist/styletron-vue.js", "unpkg": "dist/styletron-vue.js", "files": [ "dist" ], "scripts": { "test": "npm run lint", "prepublishOnly": "npm run build", "lint": "xo", "build": "bili --format cjs,es,umd,umd-min --moduleName Styletron --js babel --banner --exports named", "gh": "gh-pages -d example/dist", "deploy": "npm run build:example && npm run gh", "build:example": "poi build", "example": "poi" }, "author": "egoist <0x142857@gmail.com>", "license": "MIT", "jest": { "testEnvironment": "node" }, "dependencies": { "nano-assign": "^1.0.0", "styletron-utils": "^3.0.4" }, "devDependencies": { "bili": "^2.2.6", "eslint-config-rem": "^3.2.0", "gh-pages": "^1.0.0", "jest-cli": "^20.0.4", "poi": "^9.1.12", "styletron": "^3.0.4", "vue-github-badge": "^1.0.1", "xo": "^0.18.0" }, "poi": { "entry": "example/index.js", "dist": "example/dist", "homepage": "/styletron-vue/" }, "xo": { "extends": "rem", "envs": [ "jest" ], "ignores": [ "example/**", "test/**" ], "rules": { "import/prefer-default-export": 0, "guard-for-in": 0 } }, "peerDependencies": { "styletron": "^3.0.4" } }