-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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
{
"name": "symfony-si",
"version": "1.0.0",
"description": "Slovenian Symfony user group application",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symfony-si/symfony.si.git"
},
"author": "Peter Kokot",
"license": "MIT",
"bugs": {
"url": "https://github.com/symfony-si/symfony.si/issues"
},
"homepage": "https://github.com/symfony-si/symfony.si#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-favicons": "^2.2.7",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"jquery": "^3.2.1",
"prismjs": "^1.6.0"
}
}