-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (44 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (44 loc) · 1.29 KB
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
41
42
43
44
45
{
"name": "ja50n-blog",
"title": "Ja50n - go ahead",
"version": "1.0.0",
"homepage": "http://ja50n.github.io",
"author": "Ja50n",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-banner": "~0.2.3",
"grunt-contrib-uglify": "~0.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ja50n/ja50n.github.io"
},
"scripts": {
"preview": "cd _site; python -m SimpleHTTPServer 8020",
"watch": "grunt watch & npm run preview & jekyll serve -w;"
}
}
// {
// "name": "hux-blog",
// "title": "Hux Blog",
// "version": "1.0.0",
// "homepage": "http://huxpro.github.io",
// "author": "Hux",
// "devDependencies": {
// "grunt": "~0.4.5",
// "grunt-contrib-less": "~0.11.4",
// "grunt-contrib-watch": "~0.6.1",
// "grunt-banner": "~0.2.3",
// "grunt-contrib-uglify": "~0.5.1"
// },
// "repository": {
// "type": "git",
// "url": "https://github.com/Huxpro/huxpro.github.io"
// },
// "scripts": {
// "preview": "cd _site; python -m SimpleHTTPServer 8020",
// "watch": "grunt watch & npm run preview & jekyll serve -w;"
// }
// }