-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.19 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "tb-grid",
"version": "0.0.3-beta.4",
"description": "tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.",
"main": "index.js",
"files": [
"LICENSE",
"package.json",
"package-lock.json",
"README.md",
"tb-grid.scss",
"tb-grid.css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"transpile": "sass tb-grid.scss tb-grid.css",
"sass-watch": "sass --watch .",
"publish-beta": "npm install && npm publish --tag beta",
"publish-latest": "npm install && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taskbase/tb-grid.git"
},
"keywords": [
"css",
"bootstrap",
"lightweight",
"alternative",
"awesome",
"grid",
"skeleton",
"simple",
"responsive",
"foundation",
"scss",
"grid-layout",
"grid-system",
"minimalistic",
"cssgrid",
"12column"
],
"author": "Daniel Niederberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/taskbase/tb-grid/issues"
},
"homepage": "https://github.com/taskbase/tb-grid#readme",
"devDependencies": {
"sass": "^1.49.0"
}
}