File: //home/arjun/projects/buyercall/node_modules/vue-draggable-resizable/package.json
{
"_args": [
[
"vue-draggable-resizable@2.3.0",
"/home/arjun/projects/buyercall"
]
],
"_from": "vue-draggable-resizable@2.3.0",
"_id": "vue-draggable-resizable@2.3.0",
"_inBundle": false,
"_integrity": "sha512-77CLRj1TPwB30pwsjOf3pkd1UzYanCdKXbqhILJ0Oo5QQl50lvBfyQCXxMFzwWwTc3sbBbQH3FfWSV+BkoSElA==",
"_location": "/vue-draggable-resizable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue-draggable-resizable@2.3.0",
"name": "vue-draggable-resizable",
"escapedName": "vue-draggable-resizable",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vue-draggable-resizable/-/vue-draggable-resizable-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "Maurizio Bonani",
"email": "maurizio.bonani@gmail.com"
},
"browser": {
"./sfc": "src/vue-draggable-resizable.vue"
},
"bugs": {
"url": "https://github.com/mauricius/vue-draggable-resizable/issues"
},
"description": "Vue2 Component for resizable and draggable elements",
"devDependencies": {
"@babel/core": "^7.6.0",
"@storybook/addon-notes": "^5.1.11",
"@storybook/vue": "^5.1.11",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.1.1",
"babel-plugin-istanbul": "^5.2.0",
"babel-preset-vue": "^2.0.2",
"chai": "^4.1.2",
"cross-env": "^5.2.1",
"git-directory-deploy": "^1.5.1",
"karma": "^5.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"sinon": "^7.4.2",
"style-loader": "^1.0.0",
"syn": "^0.14.1",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.42.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"files": [
"/dist/*",
"/src/*",
"*.json",
"*.js"
],
"homepage": "https://github.com/mauricius/vue-draggable-resizable",
"keywords": [
"vue",
"component",
"dragabble",
"resizable"
],
"license": "MIT",
"main": "dist/VueDraggableResizable.umd.min.js",
"name": "vue-draggable-resizable",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mauricius/vue-draggable-resizable.git"
},
"scripts": {
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name VueDraggableResizable ./src/index.js",
"feature": "cross-env BABEL_ENV=test node_modules/karma/bin/karma start tests/feature/karma.conf.js --single-run",
"feature-watch": "cross-env BABEL_ENV=test node_modules/karma/bin/karma start tests/feature/karma.conf.js",
"gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:publish",
"gh-pages:build": "build-storybook -c .storybook -o docs",
"gh-pages:clean": "rm -rf docs",
"gh-pages:publish": "$(npm bin)/git-directory-deploy --directory docs",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "npm run unit && npm run feature",
"unit": "cross-env BABEL_ENV=test mocha-webpack --webpack-config=webpack.test.js tests/unit/specs/**/*.js",
"unit-watch": "cross-env BABEL_ENV=test mocha-webpack --watch --webpack-config=webpack.test.js tests/unit/specs/**/*.js"
},
"unpkg": "dist/VueDraggableResizable.umd.min.js",
"version": "2.3.0"
}