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
|
{
"name": "xibo-cms",
"version": "1.0.0",
"description": "Xibo - Digital Signage - http://www.xibo.org.uk Copyright (C) 2006-2016 Daniel Garner and Contributors.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xibosignage/xibo-cms.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xibosignage/xibo/issues"
},
"homepage": "https://github.com/xibosignage/xibo-cms#readme",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-composer": "^0.4.0",
"gulp-gzip": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-tar": "^1.9.0"
}
}
|