-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 941 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
{
"name": "vue-responsive-img-helpers",
"version": "2.0.1",
"description": "A small Vue.js plugin which adds 3 methods to the Vue global scope used in creating img src, srcset and sizes attributes.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/colsen1991/vue-responsive-img-helpers.git"
},
"scripts": {
"build": "babel src/index.js --out-file index.js --presets=env"
},
"keywords": [
"vue",
"imgx",
"bulma",
"responsive",
"img",
"image",
"src",
"srcset",
"sizes"
],
"author": "Christer Olsen <colsen1991@gmail.com> (https://www.christerolsen.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/colsen1991/vue-responsive-img-helpers/issues"
},
"homepage": "https://github.com/colsen1991/vue-responsive-img-helpers#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}