-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1.02 KB
/
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
{
"name": "ambasadorzy_siecobywatelska_pl",
"version": "1.0.0",
"description": "Repozytorium strony internetowej Ambasadorów Jawności Sieci Obywatelskiej Watchdog Polska",
"main": "index.php",
"scripts": {
"install": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watchdogpolska/ambasadorzy.siecobywatelska.pl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/watchdogpolska/ambasadorzy.siecobywatelska.pl/issues"
},
"homepage": "https://github.com/watchdogpolska/ambasadorzy.siecobywatelska.pl#readme",
"devDependencies": {
"bower": "^1.7.1",
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.11",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"yargs": "^3.31.0"
}
}