-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 878 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
{
"name": "take-pic-js",
"version": "2.5.2",
"description": "experimental javascript library which enables user to access laptop's webcam , apply image effects , snap picture, crop and downaload them, all on frontend",
"main": "take-pic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"keywords": [
"webcam",
"image-effects",
"webcam-image",
"download-image",
"image-crop"
],
"author": "UjW0L",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ujw0l/takePicNpm.git"
},
"bugs": {
"url": "https://github.com/ujw0l/takePicNpm/issues"
},
"homepage": "https://ujw0l.github.io/take-pic-js/",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4"
},
"dependencies": {
"js-crop": "^1.5.0"
}
}