-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "service-civique-website",
"version": "0.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/LaNetscouade/service-civique-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LaNetscouade/service-civique-website/issues"
},
"homepage": "https://github.com/LaNetscouade/service-civique-website",
"dependencies": {
"del": "^1.0.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "0.0.7",
"gulp-changed": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-csso": "0.2.9",
"gulp-debug": "^0.3.0",
"gulp-filter": "^0.4.0",
"gulp-gzip": "0.0.5",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "^0.5.0",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.4.1",
"gulp-size": "^0.3.0",
"gulp-tar": "^0.2.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"gulp-watch": "^0.5.3",
"run-sequence": "^0.3.6",
"streamqueue": "0.0.6"
}
}