-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 926 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-project",
"description": "packages for Symfony project",
"version": "0.0.0",
"private": true,
"contributors": [
"Boris Bruyere <boris.bruyere.web@gmail.com>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "~2.7.12",
"gulp": "^3.8.11",
"gulp-load-plugins": "^0.8.1",
"gulp-uglify": "^1.1.0",
"node-notifier": "4.1.0",
"bower": "~1.3",
"gulp-ruby-sass": "0.7.1",
"gulp-minify-css": "0.4.3",
"gulp-combine-mq": "0.3.1",
"gulp-concat": "2.4.3",
"gulp-rename": "1.2.0",
"gulp-size": "1.2.0",
"gulp-util": "3.0.2",
"gulp-rev": "^3.0.1",
"gulp-bytediff": "0.2.1",
"gulp-chmod": "^1.2.0",
"gulp-inject": "1.1.1",
"gulp-if": "^1.2.5",
"gulp-task-listing": "~1.0.1",
"run-sequence": "~1.1.1",
"gulp-shell": "~0.4.2"
},
"dependencies": {}
}