-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 964 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
{
"name": "teamidealsubs.github.io",
"version": "0.1.0",
"description": "The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamidealsubs/teamidealsubs.github.io.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/teamidealsubs/teamidealsubs.github.io/issues"
},
"homepage": "https://github.com/teamidealsubs/teamidealsubs.github.io#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"run-sequence": "^1.2.2"
}
}