forked from Shuunen/vue-image-compare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 862 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
{
"name": "vue-image-compare2",
"version": "0.7.2",
"description": "Compare two images via slider using vue.js",
"homepage": "https://github.com/Shuunen/vue-image-compare",
"bugs": "https://github.com/Shuunen/vue-image-compare/issues",
"main": "src/vue-image-compare.vue",
"scripts": {
"build": "node --eval \"console.log('no need to build :p')\""
},
"repository": {
"type": "git",
"url": "https://github.com/Shuunen/vue-image-compare.git"
},
"keywords": [
"vue",
"image",
"compare",
"comparison",
"slider",
"component"
],
"contributors": [
"Romain Racamier-Lafon <[email protected]> (https://github.com/Shuunen)",
"Ctf0 (https://github.com/ctf0)"
],
"author": "Marcin Cichocki <[email protected]>",
"license": "MIT",
"peerDependecies": {
"vue": "^2.0.0"
}
}