-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "vue-img-fit-directive",
"version": "0.1.0",
"description": "",
"main": "dist/vue-img-fit-directive.common.js",
"module": "dist/vue-img-fit-directive.esm.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/herbertyoung/vue-img-fit-directive.git"
},
"keywords": [
"vue-img-fit-directive"
],
"author": "Herbert Young",
"license": "MIT",
"bugs": {
"url": "https://github.com/herbertyoung/vue-img-fit-directive/issues"
},
"homepage": "https://github.com/herbertyoung/vue-img-fit-directive#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"rollup": "^2.0.2",
"rollup-plugin-babel": "^4.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}