-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 930 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
{
"name": "@sq-ui/sq-grid",
"version": "1.0.1",
"license": "MIT",
"private": false,
"author": "Plamena Radneva <[email protected]> (https://github.com/ardentia)",
"description": "A simple and clean CSS grid which can be configured to use either CSS Grid or Flexbox.",
"repository": {
"type": "git",
"url": "https://github.com/SQ-UI/sq-grid.git"
},
"directories": {
"example": "examples"
},
"scripts": {
"docs": "docsify serve docs",
"build:sass": "sass sq-grid.scss sq-grid.css",
"build:package": "npm run build:sass && node prepare-package.js"
},
"keywords": [
"css",
"grid",
"scss",
"ui",
"flexbox",
"layout",
"fluid",
"responsive"
],
"bugs": {
"url": "https://github.com/SQ-UI/sq-grid/issues"
},
"homepage": "https://github.com/SQ-UI/sq-grid#readme",
"devDependencies": {
"fs-extra": "^7.0.1",
"sass": "^1.17.0"
}
}