-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
59 lines (59 loc) · 1.49 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
59
{
"name": "vue-clip",
"version": "1.0.0",
"description": "file uploader for vuejs with magical powers",
"main": "dist/vue-clip.js",
"scripts": {
"test": "karma start karma.conf.js",
"build": "webpack -p --optimize-minimize --optimize-occurrence-order"
},
"keywords": [
"vuejs",
"vue",
"file-uploader",
"file-upload",
"vue-upload",
"dropzone"
],
"author": "amanvirk",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-latest": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.1",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7",
"unminified-webpack-plugin": "^1.2.0",
"vue": "^2.1.8",
"webpack": "^1.14.0"
},
"dependencies": {
"dropzone": "^4.3.0",
"lodash.clone": "^4.5.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thetutlage/vue-clip.git"
},
"bugs": {
"url": "https://github.com/thetutlage/vue-clip/issues"
},
"homepage": "https://github.com/thetutlage/vue-clip#readme"
}