-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 870 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 870 Bytes
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": "webcam",
"author": "Jonas Hartmann",
"version": "3.2.1",
"license": "MIT",
"main": "app/scripts/webcam.js",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"jasmine-core": "^5.13.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-rollup-preprocessor": "^7.0.8",
"rollup": "^4.12.0",
"angular": "1.3.7",
"angular-mocks": "1.3.7"
},
"peerDependencies": {
"angular": "1.3.7"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "karma start",
"build": "rollup -c"
},
"repository": "git@github.com:jonashartmann/webcam-directive.git"
}