-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
34 lines (34 loc) · 962 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
{
"name": "Frontend-Magazine",
"title": "Frontend Magazine",
"version": "1.0.0",
"homepage": "http://qianduan.guru",
"author": "island205@gmail.com",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-banner": "~0.2.3",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-imagemin": "^2.4.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.4",
"gulp-qiniu": "^0.2.3",
"gulp-scp": "0.0.3",
"gulp-scp2": "^0.2.0",
"gulp-uglify": "^1.5.3",
"less": "^2.7.2"
},
"repository": {
"type": "git",
"url": "git@github.com:FrontendMagazine/FrontendMagazine.github.io.git"
},
"scripts": {
"dev": "gulp clean & gulp watch & cd src; jekyll serve",
"build": "gulp clean && gulp build && jekyll build -s rev",
"pub": "gulp qiniu && gulp digitalocean"
}
}