-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1014 Bytes
/
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
45
{
"name": "prevue-image",
"description": "Vue.js Image Preview Library",
"version": "1.2.0",
"author": "InsertSweat",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"dev": "rollup -c rollup.config.js -w",
"build": "rollup -c rollup.config.js"
},
"main": "dist/prevue-image.esm.js",
"files": [
"src/*.js",
"dist/*.js"
],
"keywords": [
"vue",
"preview",
"image"
],
"repository": {
"type": "git",
"url": "https://github.com/MaZhaolin/prevue-image.git"
},
"bugs": {
"url": "https://github.com/MaZhaolin/prevue-image/issues"
},
"license": "MIT",
"peerDependencies": {
"vue": "^2.0.0"
},
"devDependencies": {
"rollup": "^0.59.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-uglify-es": "^0.0.1",
"rollup-plugin-vue": "^4.7.1",
"rollup-watch": "^4.3.1",
"vue": "^2.6.6"
}
}