-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 993 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": "flexible-grid",
"description": "For users who can embrace the newest of technology, Flexiblegrid comes with an flex based grid. It’s the same grid you know and love, but with even better source ordering and alignment options.",
"license": "MIT",
"version": "1.0.14",
"homepage":"http://www.flexible-grid.com",
"main": "flexible-grid/src/sass/flexible-grid.scss",
"author": {
"name": "Kenan Gündoğan",
"email": "[email protected]",
"url": "http://www.flexible-grid.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenangundogan/flexible-grid.git"
},
"bugs": {
"url": "https://github.com/kenangundogan/flexible-grid/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"flex",
"flexible",
"flexbox",
"flexgrid",
"grid",
"css",
"scss",
"sass",
"framework",
"flex-framework",
"responsive",
"html"
]
}