forked from visiky/kasmine.blog
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 797 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
{
"name": "ksamine.blog",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "npm run start",
"start": "jekyll build && gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Me-Momo/kasmine.blog.git"
},
"keywords": [
"blog"
],
"author": "kasmine",
"license": "MIT",
"bugs": {
"url": "https://github.com/Me-Momo/kasmine.blog/issues"
},
"homepage": "https://github.com/Me-Momo/kasmine.blog#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"grunt": "~0.4.2",
"grunt-contrib-connect": "^0.6.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-shell": "~0.6.4",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
}
}