UNPKG

1.64 kBJSONView Raw
1{
2 "name": "vue-css-modules",
3 "version": "1.2.0",
4 "description": "Seamless mapping of class names to CSS modules inside of Vue components.",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "unpkg": "dist/vue-css-modules.min.js",
8 "jsdelivr": "dist/vue-css-modules.min.js",
9 "homepage": "https://github.com/fjc0k/vue-css-modules",
10 "author": {
11 "name": "fjc0k",
12 "email": "fjc0kb@gmail.com",
13 "url": "https://github.com/fjc0k"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git@github.com:fjc0k/vue-css-modules.git"
18 },
19 "bugs": {
20 "url": "https://github.com/fjc0k/vue-css-modules/issues"
21 },
22 "keywords": [
23 "vue",
24 "vuejs",
25 "css",
26 "css-modules",
27 "postcss",
28 "sass",
29 "less",
30 "stylus"
31 ],
32 "files": [
33 "dist",
34 "lib"
35 ],
36 "scripts": {
37 "demo": "bdr dev demo/index.js --css.modules",
38 "test": "jest --coverage",
39 "build": "bdr transform & bdr build",
40 "release": "standard-version -a",
41 "postrelease": "git push --follow-tags origin master && npm publish"
42 },
43 "standard-version": {
44 "scripts": {
45 "postbump": "yarn build && git add -A"
46 }
47 },
48 "eslintConfig": {
49 "root": true,
50 "extends": "@fir-ui/fir"
51 },
52 "eslintIgnore": [
53 "dist",
54 "lib"
55 ],
56 "babel": {
57 "presets": [
58 [
59 "@bdr/bdr"
60 ]
61 ]
62 },
63 "devDependencies": {
64 "@babel/core": "^7.0.0-beta.44",
65 "@fir-ui/eslint-config-fir": "^0.3.2",
66 "babel-core": "^7.0.0-bridge.0",
67 "babel-jest": "^22.4.3",
68 "bdr": "^1.3.4",
69 "codecov": "^3.0.0",
70 "eslint": "^4.19.1",
71 "jest": "^22.4.3",
72 "standard-version": "^4.3.0"
73 }
74}