-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 828 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
29
{
"name": "elections",
"description": "Elections Theme",
"main": "main.js",
"repository": {
"type": "git",
"url": "git@github.com:liveblog/lb-theme-elections.git"
},
"author": "Aleksandar Jelicic <aleksandar.jelicic@sourcefabric.org>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/liveblog/lb-theme-elections/issues"
},
"homepage": "https://github.com/liveblog/lb-theme-elections",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean-css": "^2.0.4",
"gulp-concat": "^2.6.0",
"gulp-extend": "^0.2.0",
"gulp-htmlmin": "^1.3.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.2.0"
}
}