-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 657 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 657 Bytes
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
{
"name": "basicgrid",
"version": "3.1.5",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
"description": "A Foundation-like grid as a standalone module",
"main": "dist/basicGrid.min.css",
"keywords": [
"grid",
"foundation",
"column",
"columns",
"row",
"rows",
"responsive"
],
"scripts": {
"build": "node build.js"
},
"license": "MIT",
"homepage": "https://basicgrid.electerious.com",
"repository": {
"type": "git",
"url": "https://github.com/electerious/basicGrid.git"
},
"files": [
"dist",
"src"
],
"devDependencies": {
"rosid-handler-sass": "^8.0.0"
}
}