-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 999 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": "file-upload-thumbnail",
"version": "0.1.3",
"description": "Create thumbnails from uploading files (image/video)",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"build": "webpack",
"lint": "jshint **.js **/*.js",
"coverage": "nyc npm run test"
},
"devDependencies": {
"chai": "^4.3.7",
"codecov": "^3.8.3",
"jshint": "^2.13.6",
"json-loader": "^0.5.7",
"mocha": "^10.2.0",
"mocha-phantomjs": "^4.1.0",
"nyc": "^15.1.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/antpaw/file-upload-thumbnail.git"
},
"keywords": [
"file",
"upload",
"preview",
"thumbnail"
],
"homepage": "https://github.com/antpaw/file-upload-thumbnail#readme",
"author": "Anton Pawlik <[email protected]> (http://antpaw.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/antpaw/file-upload-thumbnail/issues"
}
}