-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 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
{
"name": "vue-prlx",
"version": "1.3.4",
"description": "Vue.js parallax directive you were looking for",
"main": "dist/v-prlx.js",
"module": "dist/v-prlx.esm.js",
"scripts": {
"build": "npm run bundle && npm run bundle:min",
"bundle": "rollup -c build/rollup.conf.js",
"bundle:min": "rollup -c build/rollup.conf.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerasimvol/vue-prlx.git"
},
"keywords": [
"vue",
"vue.js",
"vue-parallax",
"v-prlx",
"parallax",
"directive",
"scroll"
],
"author": "Vladimir Gerasimenko <vol.gerasimenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gerasimvol/vue-prlx/issues"
},
"homepage": "https://github.com/gerasimvol/vue-prlx#readme",
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-core": "7.0.0-bridge.0",
"rollup": "1.14.2",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-node-resolve": "5.0.1",
"rollup-plugin-terser": "5.0.0"
}
}