-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
{
"name": "cupcake.css",
"version": "0.1.0",
"description": "A classless CSS framework to sweeten up your html pages",
"main": "cupcake.css",
"repository": {
"type": "git",
"url": "git+https://github.com/halfmage/cupcake.css.git"
},
"keywords": [
"css"
],
"author": "Gerrit Halfmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/halfmage/cupcake.css/issues"
},
"homepage": "https://github.com/halfmage/cupcake.css#readme",
"scripts": {
"start": "npx eleventy --serve",
"build": "npx eleventy && cp src/css/cupcake.css ./cupcake.css && css-minify -f cupcake.css -o /",
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"@11ty/eleventy": "^1.0.0-beta.2"
},
"devDependencies": {
"css-minify": "^2.0.0",
"np": "^7.6.0"
}
}