-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "volleyball.ua",
"version": "0.0.0",
"description": "Symfony2 project for volleyball.ua",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-install": "~0.2.0",
"gulp-minify-css": "^1.2.1",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"uglify-js": "^2.4.15",
"uglifycss": "0.0.9"
},
"devDependencies": {
"connect": "^3.1.0",
"gulp": "^3.8.6",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.3.4",
"gulp-csso": "^0.2.9",
"gulp-imagemin": "^0.6.2",
"gulp-jade": "^0.7.0",
"gulp-livereload": "^2.1.0",
"gulp-myth": "^1.0.0",
"gulp-stylus": "^1.3.0",
"gulp-uglify": "^0.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moby18/volleyface.com.git"
},
"keywords": [
"volleyball"
],
"author": "Andrey Petrash",
"license": "ISC",
"bugs": {
"url": "https://github.com/moby18/volleyface.com/issues"
},
"homepage": "https://github.com/moby18/volleyface.com"
}