forked from crowdbotics/v-img
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.33 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
45
46
47
48
49
50
51
{
"name": "v-img",
"version": "0.2.0",
"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": {
"build": "cross-env NODE_ENV=production rollup -c",
"watch": "cross-env NODE_ENV=development rollup -c -w"
},
"repository": "https://github.com/crowdbotics/v-img",
"keywords": [
"vue",
"images",
"photoswipe",
"preview",
"image gallery",
"vue image gallery"
],
"license": "MIT",
"bugs": {},
"files": [
"lib",
"dist"
],
"homepage": "https://github.com/crowdbotics/v-img",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"cross-env": "^5.0.5",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^2.4.1",
"rollup-watch": "^4.3.1",
"uglify-es": "^3.0.28"
}
}