-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 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
{
"name": "uh4d-browser",
"version": "0.9.2",
"description": "Browsing and Experiencing Repositories of Spatially Oriented Historic Photographic Images",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brakebein/UH4D-Browser.git"
},
"author": "Brakebein",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brakebein/UH4D-Browser/issues"
},
"homepage": "https://github.com/Brakebein/UH4D-Browser#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"angular-file-upload": "^2.5.0",
"bootstrap": "^4.3.1",
"bootswatch": "^4.3.1",
"clamp-js-main": "^0.11.5",
"grunt": "^1.3.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-filerev": "^2.3.1",
"grunt-string-replace": "^1.3.1",
"grunt-usemin": "^3.1.1",
"grunt-version": "^1.3.0",
"grunt-wiredep": "^3.0.1",
"jquery": "^3.5.0",
"popper.js": "^1.14.4",
"rbush": "^2.0.2"
},
"dependencies": {}
}