-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 806 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 806 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
{
"name": "camera-sensor-database",
"version": "1.0.0",
"description": "A collection of camera sensor information.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "sass docs/plugins/calculator/bootstrap.scss docs/plugins/calculator/bootstrap.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmberLightVFX/Camera-Sensor-Database.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmberLightVFX/Camera-Sensor-Database/issues"
},
"homepage": "https://github.com/EmberLightVFX/Camera-Sensor-Database#readme",
"dependencies": {
"bootstrap": "^5.3.3",
"sass": "^1.77.5"
}
}