forked from eerotal/LibreSignage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 821 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
{
"name": "LibreSignage",
"version": "0.2.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": {
"ace-builds": "^1.3.3",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"@fortawesome/fontawesome-free": "^5.2.0"
},
"devDependencies": {
"autoprefixer": "^9.1.1",
"browserify": "^16.2.2",
"postcss-cli": "^6.0.0",
"sass": "^1.15.0"
},
"private": true
}