-
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.
Update README to include demo link which is work in progress Update package.json to include license, author and repository field.
- Loading branch information
jfusco
committed
Mar 11, 2017
1 parent
6cc0e43
commit 2bbf7a0
Showing
2 changed files
with
71 additions
and
52 deletions.
There are no files selected for viewing
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,53 +1,72 @@ | ||
{ | ||
"name": "vue-popover", | ||
"version": "1.0.3", | ||
"description": "Reusable popover component for Vue", | ||
"scripts": { | ||
"test": "karma start --single-run --no-auto-watch", | ||
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack.config.babel.js --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", | ||
"build": "cross-env NODE_ENV=production webpack --config ./webpack.config.babel.js --display-chunks --display-modules --progress --colors" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.0.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.4.0", | ||
"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", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cross-env": "3.2.3", | ||
"css-loader": "^0.27.1", | ||
"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.2", | ||
"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": "^1.17.7", | ||
"vue": "^2.2.2", | ||
"vue-eslint-parser": "^1.0.0", | ||
"vue-loader": "^11.1.3", | ||
"vue-template-compiler": "^2.2.2", | ||
"webpack": "^2.2.0", | ||
"webpack-dev-server": "^2.2.0" | ||
} | ||
"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": { | ||
"test": "karma start --single-run --no-auto-watch", | ||
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack.config.babel.js --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", | ||
"build": "cross-env NODE_ENV=production webpack --config ./webpack.config.babel.js --display-chunks --display-modules --progress --colors" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.0.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.4.0", | ||
"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", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cross-env": "3.2.3", | ||
"css-loader": "^0.27.1", | ||
"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.2", | ||
"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": "^1.17.7", | ||
"vue": "^2.2.2", | ||
"vue-eslint-parser": "^1.0.0", | ||
"vue-loader": "^11.1.3", | ||
"vue-template-compiler": "^2.2.2", | ||
"webpack": "^2.2.0", | ||
"webpack-dev-server": "^2.2.0" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"popover", | ||
"popoverbox", | ||
"dropdown", | ||
"vuejs2", | ||
"vue-component" | ||
] | ||
} |