File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Vue 2 component for parallax scrolling effects" ,
5
5
"author" :
" Jakub Juszczak <[email protected] >" ,
6
+ "license" : " MIT" ,
6
7
"repository" : {
7
8
"type" : " git" ,
8
9
"url" :
" git+ssh://[email protected] :apertureless/vue-parallax.git"
9
10
},
11
+ "bugs" : {
12
+ "url" : " https://github.com/apertureless/vue-parallax/issues"
13
+ },
10
14
"keywords" : [
11
15
" vue.js" ,
12
16
" Vue" ,
15
19
" image effect"
16
20
],
17
21
"main" : " dist/vue-parallaxy.js" ,
22
+ "unpkg" : " dist/vue-parallaxy.js" ,
23
+ "browser" : " dist/vue-parallaxy.min.js" ,
18
24
"files" : [
19
25
" dist"
20
26
],
21
27
"scripts" : {
22
28
"dev" : " node build/dev-server.js" ,
23
- "build" : " node build/build.js " ,
29
+ "build" : " yarn run release " ,
24
30
"unit" : " karma start test/unit/karma.conf.js --single-run" ,
25
31
"test" : " npm run unit" ,
26
32
"lint" : " eslint --ext .js,.vue src test/unit/specs" ,
27
- "release" : " webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js"
28
- },
29
- "dependencies" : {
30
- "vue" : " ^2.2.1"
33
+ "release" : " webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js" ,
34
+ "prepublish" : " yarn run lint && yarn run build"
31
35
},
32
36
"devDependencies" : {
33
37
"@nextindex/next-scss" : " ^1.0.7" ,
80
84
"sinon" : " ^1.17.3" ,
81
85
"sinon-chai" : " ^2.8.0" ,
82
86
"url-loader" : " ^0.5.7" ,
87
+ "vue" : " ^2.2.1" ,
83
88
"vue-loader" : " ^11.1.3" ,
84
89
"vue-style-loader" : " ^2.0.3" ,
85
90
"vue-template-compiler" : " ^2.2.1" ,
You can’t perform that action at this time.
0 commit comments