-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jfusco
committed
Mar 17, 2017
1 parent
6cfc36f
commit 662c31d
Showing
5 changed files
with
93 additions
and
93 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,76 @@ | ||
{ | ||
"name": "vue-popover", | ||
"version": "1.0.4", | ||
"description": "Reusable popover component for Vue", | ||
"main": "dist/vue-popover.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JFusco/vue-popover" | ||
}, | ||
"author": { | ||
"name": "Joe Fusco", | ||
"email": "[email protected]" | ||
}, | ||
"scripts": { | ||
"preversion": "npm test", | ||
"version": "npm run build && git add .", | ||
"postversion": "git push origin master --tags", | ||
"test": "karma start --single-run --no-auto-watch", | ||
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --open", | ||
"start-docs": "webpack-dev-server --config ./webpack.config.example.babel.js --hot --inline --open", | ||
"build-docs": "npm run test && webpack --config ./webpack.config.example.babel.js --progress --colors", | ||
"build": "cross-env NODE_ENV=production webpack --display-chunks --display-modules --progress --colors && npm run build-docs" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.2.4" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.0.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.4.1", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-es2015": "^6.0.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babel-runtime": "^6.23.0", | ||
"clean-webpack-plugin": "^0.1.16", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cross-env": "3.2.4", | ||
"css-loader": "^0.27.3", | ||
"eslint": "^3.17.1", | ||
"eslint-loader": "^1.6.3", | ||
"extract-text-webpack-plugin": "^2.1.0", | ||
"file-loader": "^0.10.0", | ||
"isparta-loader": "^2.0.0", | ||
"istanbul": "^0.4.5", | ||
"istanbul-instrumenter-loader": "^2.0.0", | ||
"jasmine-core": "^2.5.2", | ||
"karma": "^1.5.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-spec-reporter": "0.0.30", | ||
"karma-webpack": "^2.0.3", | ||
"node-sass": "^4.5.0", | ||
"phantomjs-polyfill": "0.0.2", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"sass-loader": "^6.0.3", | ||
"scss-loader": "0.0.1", | ||
"sinon": "^2.0.0", | ||
"vue": "^2.2.4", | ||
"vue-eslint-parser": "^1.0.0", | ||
"vue-loader": "^11.1.3", | ||
"vue-template-compiler": "^2.2.4", | ||
"webpack": "^2.2.0", | ||
"webpack-dev-server": "^2.4.2" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"popover", | ||
"popoverbox", | ||
"dropdown", | ||
"vuejs2", | ||
"vue-component" | ||
] | ||
"name": "vue-popover", | ||
"version": "1.1.0", | ||
"description": "Reusable popover component for Vue", | ||
"main": "dist/vue-popover.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JFusco/vue-popover" | ||
}, | ||
"author": { | ||
"name": "Joe Fusco", | ||
"email": "[email protected]" | ||
}, | ||
"scripts": { | ||
"preversion": "npm test", | ||
"version": "npm run build && git add .", | ||
"postversion": "git push origin master --tags", | ||
"test": "karma start --single-run --no-auto-watch", | ||
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --open", | ||
"start-docs": "webpack-dev-server --config ./webpack.config.example.babel.js --hot --inline --open", | ||
"build-docs": "npm run test && webpack --config ./webpack.config.example.babel.js --progress --colors", | ||
"build": "cross-env NODE_ENV=production webpack --display-chunks --display-modules --progress --colors && npm run build-docs" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.2.4" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.0.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.4.1", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-es2015": "^6.0.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babel-runtime": "^6.23.0", | ||
"clean-webpack-plugin": "^0.1.16", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cross-env": "3.2.4", | ||
"css-loader": "^0.27.3", | ||
"eslint": "^3.17.1", | ||
"eslint-loader": "^1.6.3", | ||
"extract-text-webpack-plugin": "^2.1.0", | ||
"file-loader": "^0.10.0", | ||
"isparta-loader": "^2.0.0", | ||
"istanbul": "^0.4.5", | ||
"istanbul-instrumenter-loader": "^2.0.0", | ||
"jasmine-core": "^2.5.2", | ||
"karma": "^1.5.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-spec-reporter": "0.0.30", | ||
"karma-webpack": "^2.0.3", | ||
"node-sass": "^4.5.0", | ||
"phantomjs-polyfill": "0.0.2", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"sass-loader": "^6.0.3", | ||
"scss-loader": "0.0.1", | ||
"sinon": "^2.0.0", | ||
"vue": "^2.2.4", | ||
"vue-eslint-parser": "^1.0.0", | ||
"vue-loader": "^11.1.3", | ||
"vue-template-compiler": "^2.2.4", | ||
"webpack": "^2.2.0", | ||
"webpack-dev-server": "^2.4.2" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"popover", | ||
"popoverbox", | ||
"dropdown", | ||
"vuejs2", | ||
"vue-component" | ||
] | ||
} |