-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 873 Bytes
/
package.json
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
{
"name": "coralinecss",
"version": "0.6.2",
"description": "Alternative CSS only framework based on Flexbox",
"main": "base.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isradeleon/coraline.git"
},
"keywords": [
"css",
"css-only",
"framework",
"responsive",
"lightweight",
"flexbox",
"sass"
],
"author": "isradln",
"license": "MIT",
"bugs": {
"url": "https://github.com/isradeleon/coraline/issues"
},
"homepage": "https://coralinecss.com",
"devDependencies": {
"autoprefixer": "^9.6.1",
"csso": "^3.5.1",
"node-sass": "^4.12.0",
"nunjucks": "^3.2.0",
"postcss": "^7.0.17"
},
"files": [
"coraline-v0.6.2",
"base.scss",
"base.css",
"LICENSE",
"README.md"
]
}