-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@kooljay82/vue-m-camera",
"version": "0.1.5",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name VmcCmpt ./src/components/VmcCmpt.vue",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"main": "./dist/VmcCmpt.umd.js",
"dependencies": {
"blueimp-load-image": "^2.12.2",
"core-js": "^2.6.5",
"exif-js": "^2.1.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-unit-jest": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"description": "## Project setup ``` npm install ```",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kooljay82/vue-m-camera.git"
},
"author": "kooljay82",
"license": "MIT",
"bugs": {
"url": "https://github.com/kooljay82/vue-m-camera/issues"
},
"homepage": "https://github.com/kooljay82/vue-m-camera#readme"
}