-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 676 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 676 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
{
"name": "doodle.css",
"version": "0.0.2",
"description": "A simple hand drawn HTML/CSS theme.",
"author": "Chris McCormick <chris@mccormick.cx>",
"homepage": "https://github.com/chr15m/DoodleCSS",
"repository": {
"type": "git",
"url": "https://github.com/chr15m/DoodleCSS.git",
"web": "https://github.com/chr15m/DoodleCSS"
},
"bugs": {
"url": "https://github.com/chr15m/DoodleCSS/issues/"
},
"devDependencies": {
"browser-sync": "^2.29.1"
},
"keywords": [
"css",
"theme",
"html",
"stylesheet",
"hand-drawn"
],
"scripts": {
"watch": "browser-sync start --server . --files . --no-open --port 8000"
}
}