-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1015 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
37
38
39
40
{
"name": "webcomm",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/webcomm/site.git"
},
"author": "Webcomm <[email protected]> (http://webcomm.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webcomm/site/issues"
},
"homepage": "https://github.com/webcomm/site",
"dependencies": {
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-if": "*",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "*",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rev": "^5.1.0",
"gulp-rev-all": "^0.8.21",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.2",
"run-sequence": "^1.1.2",
"underscore": "^1.8.3"
}
}