-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 837 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 837 Bytes
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
{
"name": "9xd-blog",
"version": "0.1.0",
"description": "9XD blog",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/9XD/9XD.github.io.git"
},
"keywords": [
"blog"
],
"author": "9XD",
"license": "MIT",
"bugs": {
"url": "https://github.com/9XD/9XD.github.io/issues"
},
"homepage": "https://github.com/9XD/9XD.github.io#readme",
"devDependencies": {
"browser-sync": "^2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-imagemin": "^2.2.0",
"gulp-less": "~3.1.0",
"gulp-minify-css": "^0.4.5",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"imagemin-pngquant": "^4.0.0"
}
}