-
Notifications
You must be signed in to change notification settings - Fork 165
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "infragram",
"version": "0.3.0",
"description": "A minimal core of the Infragram project in JavaScript.",
"main": "dist/infragram.js",
"scripts": {
"build": "grunt build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/infragram.git"
},
"keywords": [
"infrared",
"imaging",
"multispectral",
"Public Lab"
],
"author": "Public Lab",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/infragram/issues"
},
"dependencies": {
"bootstrap": "~3.4.0",
"bootstrap5": "npm:bootstrap@^5.1.3",
"font-awesome": "~4.7.0",
"getusermedia-js": "~1.0.0",
"http-server": "^14.1.0",
"jquery": "~3",
"@popperjs/core": "^2.11.6",
"puppeteer": "^17.1.3",
"jest": "^29.0.2",
"jest-puppeteer": "^6.1.1",
"webgl-utils": "~1.0.0",
"webrtc-adapter": "^1.1.0"
},
"devDependencies": {
"babel-core": "7.0.0-beta.3",
"babel-preset-env": "2.0.0-beta.2",
"browserify": "17.0.0",
"grunt": "^1.4.1",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"jest": "^28.0.0",
"jest-puppeteer": "^6.1.1",
"matchdep": "^2.0.0",
"urlhash": "~0.1.3"
},
"homepage": "https://github.com/publiclab/infragram"
}