forked from eerotal/LibreSignage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 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
35
36
37
38
{
"name": "LibreSignage",
"version": "1.1.0",
"description": "An open source digital signage solution.",
"repository": {
"type": "git",
"url": "git+https://github.com/eerotal/LibreSignage.git"
},
"keywords": [
"digital-signage",
"signage",
"slideshow"
],
"author": "Eero Talus",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eerotal/LibreSignage/issues"
},
"homepage": "https://github.com/eerotal/LibreSignage#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"ace-builds": "^1.3.3",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"assert": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^9.1.1",
"browserify": "^16.2.2",
"jsdoc": "^3.6.3",
"jsdom": "^15.1.0",
"postcss-cli": "^6.0.0",
"sass": "^1.15.0",
"xmlhttprequest": "^1.8.0"
},
"private": true
}