-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 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
{
"name": "layout-css-modules",
"version": "1.0.1",
"description": "Layout made easy with CSS modules grid system inspired by Bootstrap",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "tcm . --watch",
"build": "tcm ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/appzic/layout-css-modules.git"
},
"author": "Yasitha Nadeeshan",
"license": "MIT",
"keywords": [
"css-modules",
"mobile-first",
"flexbox-grid",
"responsive-layout",
"responsive-web-design",
"css-layout",
"flexbox-layout",
"12-column",
"css-module",
"bootstrap-grid-system"
],
"bugs": {
"url": "https://github.com/appzic/layout-css-modules/issues"
},
"homepage": "https://appzic.com/open-source-projects/layout-css-modules",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"typed-css-modules": "^0.7.2"
}
}