UNPKG

674 BJSONView Raw
1{
2 "name": "vue-style-loader",
3 "version": "4.1.2",
4 "author": "Evan You",
5 "description": "Vue.js style loader module for webpack",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:vuejs/vue-style-loader.git"
9 },
10 "scripts": {
11 "test": "jest",
12 "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
13 },
14 "license": "MIT",
15 "dependencies": {
16 "hash-sum": "^1.0.2",
17 "loader-utils": "^1.0.2"
18 },
19 "devDependencies": {
20 "babel-core": "^6.26.0",
21 "babel-jest": "^22.1.0",
22 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
23 "conventional-changelog-cli": "^2.0.1",
24 "jest": "^22.1.4"
25 }
26}