-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 839 Bytes
/
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
{
"name": "choose-file",
"version": "0.0.4",
"description": "choose file dialog",
"license": "MIT",
"author": "",
"main": "src/choose-file.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zobzn/choose-file.git"
},
"keywords": [
"choose",
"file",
"input",
"multiple"
],
"bugs": {
"url": "https://github.com/zobzn/choose-file/issues"
},
"homepage": "https://github.com/zobzn/choose-file#readme",
"dependencies": {
"lodash": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"object-assign": "^4.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.12",
"webpack-stream": "^3.1.0"
}
}