forked from crowdbotics/v-img
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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": "v-img",
"version": "0.0.2",
"description": "Vuejs plugin for image viewing",
"main": "dist/v-img.js",
"module": "dist/v-img.mjs",
"jsnext:main": "dist/v-img.mjs",
"author": "Crowdbotics team",
"scripts": {
"prebuild": "eslint lib test",
"build": "rollup -c",
"watch": "rollup -c -w",
},
"repository": "https://github.com/crowdbotics/v-img",
"keywords": [
"vue",
"images",
"photoswipe",
"preview"
],
"license": "MIT",
"bugs": {},
"files": [
"lib",
"dist"
],
"homepage": "https://github.com/crowdbotics/v-img",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"babelrc-rollup": "^3.0.0",
"eslint": "^3.12.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-vue": "^2.4.0",
"rollup-watch": "^3.2.2"
}
}