-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 677 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 677 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": "CSSHell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve",
"start": "netlify dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cat-a-flame/CSSHell.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cat-a-flame/CSSHell/issues"
},
"homepage": "https://github.com/cat-a-flame/CSSHell#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"js-beautify": "^1.14.7"
}
}